Tagged Questions
0
votes
1answer
22 views
Unable to select popup window/iframe 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
31 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 ...
0
votes
0answers
30 views
Selenium: how to execute user-extensions.js from java code
I want to test a smart GWT app using Selenium.
For this I need to add up
1. user-extensions.js
2. user-extensions-ide.js
in the IDE.
This gives an additional scLocators for locating GWT elements on ...
0
votes
1answer
248 views
Running Selenium Webdriver with a proxy in Python
I am trying to run a Selenium Webdriver script in Python to do some basic tasks. I can get the robot to function perfectly when running it through the Selenium IDE inteface (ie: when simply getting ...
1
vote
0answers
181 views
How to export to webdriver code in Selenium IDE with Javascript
I'm using Selenium 2.0 IDE in Firefox to record my test cases. I have written some backing Javascript to help with making the program a bit more dynamic.
The problem I am having is that whenever I ...
-1
votes
2answers
74 views
XPATH of element with the same class name
How can I create an Xpath for individual elements within the same class name? The element ids (eg. id='some_item_12') is not constant (ie. could be 12,3, etc on next iteration) so I can't use a direct ...
-3
votes
1answer
33 views
How to get random numeric starting with 9 as first defined number in selenium IDE? [closed]
How to get random numeric starting with 9 as first defined number in selenium IDE
1
vote
1answer
106 views
Selenium WebDriver Recorder for PageObject pattern
I know there are the Selenium IDE and the Selenium Builder as a Firefox plugin to record actions and export them e.g. as C#-Code.
But is there also a tool which helps you with creating Selenium (2) ...
0
votes
0answers
118 views
Click button in Mozilla alert using selenium IDE
I am new to selenium ide. I am facing a problem to handle an alert dialog box in the Mozilla browser using selenium ide.
Scenario: When I click on a link on my web page it navigates the user to a new ...
2
votes
1answer
383 views
Selenium:Webdriver: Is there a listener to capture user actions in the browser session launched by WebDriver?
I am trying to create a basic recording tool using Selenium2/Webdriver and I am aware that Selenium Already provides an IDE, but I want to build a more generic one.
More specifically, once I launch ...
0
votes
3answers
702 views
Radio button click in Selenium Webdriver
I have write a code for radio button click by using XPath but it is not click on radio button during execution of code.
My code is:
...
2
votes
2answers
96 views
How to test the ads displayed on UI, using Selenim WebDriver/RC
How to test the ads which displayed on web page. This ads are injected thorugh some plugins. When i record using IDE, it displays the adds on Firefox browser. But when i run the webdriver selenium ...
0
votes
2answers
93 views
How to handle share location functionality of browser in selenium web driver
Now i am working in a project which contain google map or geo location API. When we click on map it show browser Share location pop up but using selenium web driver i am not able to click on it. And ...
1
vote
1answer
221 views
org.openqa.selenium.InvalidElementStateException: Element is read-only and so may not be used for actions
n my page there are lots of drop down boxes and text fields.while testing the page in eclipse IDE its showing the above exception. I am not able to find any solution for this Exception
This is my ...
0
votes
2answers
1k views
Receiving org.openqa.selenium.WebDriverException: Cannot find firefox binary in PATH running tests in Selenium IDE with Webdriver playback
I keep on getting the following errors when I attempt to run tests in Selenium IDE with Webdriver playback.
Caused by: org.openqa.selenium.WebDriverException: Cannot find firefox binary in PATH. Make ...