Selenium IDE is an integrated development environment for Selenium scripts.
0
votes
0answers
3 views
Unable to select popup window using selenium webdriver in python
I clicked on a link which opens a small window/popup/iframe and the popup window has Xpath:
//html/body/div[2]
ie. it has no window_id but in firebug the identifier shows the window as a <div ...
0
votes
3answers
18 views
Check if login was sucessful with Selenium
Im just getting to grips with Selenium, and have made a simple login script using the Firefox IDE, what i now want to do is check that the login was succesful, the simplest way i could think of doing ...
1
vote
0answers
16 views
NicEdit + Selenium IDE
Lately me and my QA buddies are trying to find a way to make Selenium IDE (v2.2 with FireFox v22) type a text into NicEdit's textarea, but without success.
We took a look on the internet for the past ...
0
votes
0answers
24 views
Selenium IDE: How to set window focus?
This should be a no-brainer but I just can't find a solution. Here's my problem: I try to automate Replicon Timesheets with Selenium IDE (under Ubuntu 10.04 as well as under WindowsXP) and my script ...
0
votes
0answers
15 views
How to get the background colour of an element in selenium RC..?
I have tried the following both the codes, but did't get the solution
selenium.isVisible("xpath=//html/body/header/ul/li[3]/a");
selenium.getAttribute([email protected]);
In my ...
0
votes
1answer
21 views
Selenium IDE with chosen select elements
I'm trying to test a registration form with Selenium IDE, but am having trouble with select elements from the Chosen library:
http://harvesthq.github.io/chosen/
I wonder if you can help me with the ...
0
votes
1answer
19 views
selenium ide how to verify date in Mon,dd YYYY hr:mm:ss AM format
I need help to verify dynamic dates generated by the system in selenium ide in Mon,dd YYYY hr:mm:ss AM format. Does anyone know how to achieve this
Thanks
0
votes
2answers
32 views
Selenium IDE not detecting the id
I am trying to run a test recorded using selenium IDE. The following html is generated by the IDE
<tr>
<td>clickAndWait</td>
<td>css=span.blt-txt</td>
...
0
votes
1answer
20 views
seleniumIDE - how to store a hyperlinks address and then visit that URL? Was working before
I had this working fine a couple of months ago but now when I run the test it fails and I don't know why or how to fix.
Background:
I have a screen with several links so that the 'admin' user who is ...
0
votes
2answers
39 views
Selenium: How to verify a word in a string inside a variable?
I'd like to know how to verify if there's a word inside a string (using variables).
For example, I have a variable called options that has a string "test,test2,test3" (without quotes) inside it. I ...
0
votes
1answer
43 views
Verify Text on Selenium IDE
I'd like to verify some text on a webpage but seems that Selenium IDE is not finding it.
I want to find the word "AMS" on a page, and I'm using like this:
command: verifyTextPresent // target: AMS ...
0
votes
1answer
28 views
Selenium IDE Basic Authentication
Im am using Firefox Plugin Selenium IDE for testing (not Webdriver or else). Some areas of my webapplication are only accessible after basic authentication:
At the moment, I have to stop the test ...
0
votes
0answers
52 views
Selenium IDE - sel block plugin is not getting loaded in Firefox22
When opening Selenium IDE 2.2.0 in Firefox22, the following error message is displayed
"The following plugins were disabled due to errors while loading their code. See the Plugins section in the ...
0
votes
0answers
54 views
Selenium IDE how to delete session Cookies?
I am doing an exercise to search a solicitor, then access her profile, then log out.
I would like to clear the browser cache or the cookies, so when I run the script in a continuous pattern, it ...
0
votes
2answers
61 views
Selenium IDE, Element not found regardless of how target enetred
I'm new to Selenium IDE and currently failing to get past first base, The application under test opens a log-on window in a pop up, Username & password are entered then Logon Button clicked at ...