Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Log erro when a test are executed #388

Closed
lukeis opened this issue Mar 2, 2016 · 31 comments
Closed

Log erro when a test are executed #388

lukeis opened this issue Mar 2, 2016 · 31 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 2, 2016

Originally reported on Google Code with ID 388

When I run any test script on Selenium IDE 1.0.5 I recieve this error in
Log panel:
"[error] Your browser doesnt support Xml Http Request" 

Steps to reproduce
1. Record any test script
2. Play the test script



Reported by elias.nogueira on 2010-02-20 23:39:20


- _Attachment: selenium105.png
![selenium105.png](https://storage.googleapis.com/google-code-attachments/selenium/issue-388/comment-0/selenium105.png)_
@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Ya. It is red and looks scary, but doesn't actually do anything bad. I'm looking at
addressing that for 1.0.6.

Reported by adamgoucher on 2010-02-21 12:17:37

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

I've got it :).
I think we need to include xmlextras.js in the selenium-common.xul file

<script type="application/x-javascript" src="chrome://selenium-
ide/content/selenium/scripts/xmlextras.js"/>

I'll do it this evening if I don't forget it.


Reported by jeremy.herault on 2010-02-23 14:08:00

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Fixed

Reported by jeremy.herault on 2010-02-23 19:01:06

  • Status changed: Verified

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Where is the selenium-common.xul file and how can I see it to edit.

I am getting the same error in IDE 1.0.5

Reported by gpjkumar on 2010-02-27 00:22:55

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Sorry, it's "selenium-ide-common.xul", see 
http://code.google.com/p/selenium/source/detail?r=8421, you can find it in the 
"content" folder of Sel-IDE (your_Firefox_profile_location/extensions/{a6fd85ed-e919-
4a43-a5af-8da18bda539f}/chrome/content)


Reported by jeremy.herault on 2010-02-27 08:04:20

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Still not fixed in 1.0.5 downloaded 03/08/10 -- had to manually do it myself!

Reported by rahim.sayeef on 2010-03-09 00:06:56

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Thanks.The issue got solved by adding xmlextras.js in selenium-ide-common.xul
But getting 4 lines of info after 'open' command

Reported by dlakshmi.raghavendra on 2010-03-09 07:47:11


- _Attachment: [Mar9.jpg](https://storage.googleapis.com/google-code-attachments/selenium/issue-388/comment-8/Mar9.jpg)_

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

@rahim.sayeef: You're right, the 1.0.5 release come from the branch and the change have

been done in 
the main trunk. It will be supported in next release. I should specify it :)

@dlakshmi.raghavendra: For the 4 lines, you can change the log level initially, maybe

we should change the level to DEBUG.

Reported by jeremy.herault on 2010-03-09 08:04:05

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

I don't find the file : selenium-ide-common.xul on Mac OS X. Sorry...

F.

Reported by fdeydier on 2010-03-09 10:40:32

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Really strange, I'll talk with someone who works on Mac OS X, I am under Ubuntu and

Windows XP (nobody's perfect).

Reported by jeremy.herault on 2010-03-09 11:07:42

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

I don't find the file : selenium-ide-common.xul on Windows XP.

Reported by apeksha.gandhi on 2010-03-11 09:33:25

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Where are you searching this file ? If you get this url in Firefox: chrome://selenium-
ide/content/selenium-ide-common.xul and if you get a strange view of Selenium, the
file 
is present. If this file isn't present you could not open Selenium IDE.

Have you try to search with the operating system search to find it on your computer

(MAC or others) ?

Reported by jeremy.herault on 2010-03-11 11:08:55

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

On a Mac OS X you find the file here: ~/Library/Application
Support/Firefox/Profiles/<YOURPROFILE>/extensions/{a6fd85ed-e919-4a43-a5af-8da18bda539f}/chrome/content

T.

Reported by tim.boettger on 2010-03-12 05:42:14

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Issue 401 has been merged into this issue.

Reported by jeremy.herault on 2010-03-13 16:55:00

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

I am still not able to find on my laptop which is Windows XP

Reported by dipali on 2010-03-16 20:14:22

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

It will be fixed in the next release 1.0.6, and the xmlextras inclusion is a temporary

solution. I spoke with Adam who find THE solution: see revision 8480

Reported by jeremy.herault on 2010-03-17 15:47:10

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

I am not able to find the selenium-ide-common.xul in a Windows XP OS. Any clue where
it can be??
Is is not in the Firefox's extensions folder, a search using Windows engine cannot
find it...

Reported by marc.cat on 2010-03-19 10:18:13

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Ok, if your sel-ide version is older than 1.0.5, you can find it in the selenium-
ide.jar file in the chrome folder. Since the version 1.0.5, there is no jar, so it's

in 
the chrome/content/ folder of your install extension directory.

I hope this will help you finally all.

It's a temporary solution, see my previous comment, you can also edit the selenium-
api.js file like Adam has done.

Reported by jeremy.herault on 2010-03-19 10:29:51

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Can you please provide the path where the file named selenium-ide-common.xul reside
in 
Windows XP.

Reported by sandeepchv on 2010-03-22 12:37:14

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Hwere is where I found it.

C:\Users\..........\AppData\Roaming\Mozilla\Firefox\Profiles\jgc8dut2.default\extensions\{a6fd85ed-e919-4a43-a5af-8da18bda539f}\chrome\content

Reported by victorhdamian on 2010-03-23 15:48:01

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

This path also u can go with for win xp
C:\Documents and Settings\(User name)\Application 
Data\Mozilla\Firefox\Profiles\rd0ftjig.default\extensions\{a6fd85ed-e919-4a43-a5af-
8da18bda539f}\chrome\content

Reported by priya.ud on 2010-03-24 07:12:02

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Of course, unless you have the same usernames, you only have to change the profile 
directory name. You can find it in C:\Documents and Settings\(User name)\Application

Data\Mozilla\Firefox\profiles.ini

Reported by jeremy.herault on 2010-03-24 07:52:26

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

I am unable to find the file "selenium-ide-common.xul".
My sys configuration:
OS:Windows 7
FF:3.6
Actually the extension name is different from the one mentioned.And also in the content

folder this file is not present.Can you please suggest me what to do.

Reported by kishore.sukhabogi on 2010-03-25 04:37:17

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

@kishore.sukhabogi: Which version of Sel-IDE is installed on your system ? If you use

the 1.0.5, it's in the chrome/content directory of the extension. Adam is actually

packaging the 1.0.6, so you could wait a few time and install this new version in which

the problem is solved.

Reported by jeremy.herault on 2010-03-25 08:10:14

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Hi Jeremy,

I have added the following line, but I am still getting the same error message.
[error] Your browser doesn't support Xml Http Request in red color.I downloded the
latest version of Selenium, 2 days ago.
Thanks

Reported by rmelkon on 2010-03-25 17:17:21

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

You can see revision 8558 and you can fixe like Adam has done. (the real fixe ;)) you

can find the selenium-api.js file in the chrome\content\selenium\scripts directory
in 
the  Selenium IDE install directory (see above to find your FF extensions locations).


Reported by jeremy.herault on 2010-03-25 17:46:07

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

I can't find this file xmlextras.js anywhere, i am using Selenium 1.0.6 IDE. Please
help !

Reported by pawannandan on 2010-04-13 10:47:20

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

@pawannandan: This issue is fixed in the 1.0.6. Do you have the problem with this 
version?

Reported by jeremy.herault on 2010-04-13 11:14:11

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Reported by barancev on 2011-10-12 18:30:33

  • Labels added: Component-IDE

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Reported by barancev on 2011-10-12 18:31:10

  • Status changed: Fixed

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Reported by luke.semerau on 2015-09-17 17:48:10

  • Labels added: Restrict-AddIssueComment-Commit

@lukeis lukeis closed this as completed Mar 2, 2016
@SeleniumHQ SeleniumHQ locked and limited conversation to collaborators Mar 3, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant