Selenium IDE is an integrated development environment for Selenium scripts.
0
votes
1answer
21 views
Testing embedded HTML form via Selenium IDE
I have an html page that has a small piece of JavaScript that further embeds an HTML form in a div tag (this div is identified by an ID).
I want to use Selenium IDE to test the form. I recorded a ...
0
votes
2answers
27 views
selenium ide screenshot save fail
I need to be able to take a screenshot of a webpage and save it to a folder on my hard-drive. To do this I tried to use the captureEntirePageScreenshot, setting the folder I was to use as the target.
...
-2
votes
0answers
25 views
Light weight linux distro that support LAMP & Selenium IDE on FF? [on hold]
I was wondering what are some popular light weight Linux distros used for IDE selenium testing? I will need to run LAMP as well. I'm looking to run several VMs on my Win7 so I would prefer something ...
0
votes
0answers
10 views
Capture TAB key in test suite of Selenium IDE
I have tried with the following in Selenium IDE to press TAB button,
**
Command: keyPress
Target: id=topMenu:j_idt17:5:j_idt19
Value: \9
**
Its not working, Pls help me.
Browser: FireFox 22.0
...
0
votes
1answer
22 views
confirmation message error [error] Element id=popup_ok not found
i was testing registration page but error "[error] Element id=popup_ok not found" is appearing instead of confirmation message. confirmation message never come on browser therefore i need to add some ...
0
votes
0answers
14 views
How to break WHILE loop in selenium ide
Can any one tell me how can i break while loop in selenium ide?
enter code here
While img<4
imgcount = img.src
gotoif img.src == "" finish
endwhile
label finish
enter code here
...
0
votes
1answer
29 views
Accessing Javascript global variables from Selenium IDE
I'm using the latest Selenium IDE 2.2.0,
and I'm having trouble trying to access a javascript global variable that I set in my script.
This variable acts as a success flag, so I've put
Command: ...
0
votes
0answers
48 views
Export WebDriver Code - Selenium IDE vs Selenium Builder
I want to export recorded Selenium 2 WebDriver Tests with the IDE or the Builder as C# code to use it in my MSTest project.
Until now I have to rewrite the code from NUnit code to MSTest, but I want ...
0
votes
1answer
51 views
Selenium IDE - Enter values in to dynamic fields
So first time posting, and I am not even sure Selenium IDE can handle what I want.
So on the web page I have 10 quantity fields (its a simple e-commerce site)
And I want to populate these 10 Quantity ...
0
votes
1answer
28 views
Selenium IDE and php code coverage
I have a few test suites written in selenium IDE (data driven) , and I do not find export test suite option for php (phpunit) probably missing plugin.
So my question is how I can setup some tools to ...
0
votes
2answers
113 views
Using selenium webdriver, how to click on multiple random links in webpage one after another continuously to detect broken links?
I'm trying to write a test script that would essentially test all visible links randomly rather than explicitly specifying them, in a webpage upon login. Is this possible in Selenium IDE/Webdriver, ...
0
votes
1answer
108 views
Unable to select <div> 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
52 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
33 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
62 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
36 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
40 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
3answers
43 views
selenium ide how to verify date in Mon,dd YYYY hr:mm:ss AM format [on hold]
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
48 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
37 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
53 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
64 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
53 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
1answer
109 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
92 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
85 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 ...
1
vote
0answers
77 views
+50
Selenium IDE: How to detect secure cookies on page loaded with http://?
I am using Firefox 22 and Selenium IDE 2.2.0.
I have loaded a page in firefox using the HTTP protocol (not HTTPS). I know for sure that the page has set a secure cookie (as a result of an embedded ...
1
vote
2answers
40 views
What is the location of firefox extension files on Mac OSx?
I am having an issue with Selenium IDE extension. I get following error for typeKeys command
(ff22, Selenium IDE 2.1.0)
[error] Unexpected Exception: fileName -> ...
1
vote
2answers
335 views
Selenium IDE:- Error on a basic recorded login script
Configuration Manifesting
Windows 7.
FireFox 22.
RAM 2 GB.
The following error occurs when we try to click on login button:-
[error] Unexpected Exception: fileName -> ...
0
votes
1answer
22 views
How can I customise the Selenium IDE export?
Within Selenium IDE for Firefox, under Options -> C# / NUnit / Webdriver, there is a button 'Source' to view the conversion formatter.
It is displayed in read-only format.
Is it possible to get ...