Tagged Questions
0
votes
2answers
29 views
Click on element does not produce expected outcome using selenium webdriver
First the specs, I am writing Selenium Webdriver tests in java for an application written largely in ExtJS and running on the firefox browser v14. The interesting thing is that Selenium can find the ...
0
votes
3answers
57 views
To select a text box using index
Below is my code
<TR ID="oldContent"><TD><input type="text" name="code" id="oldContent"></TD></TR>
<TR ID="oldContent"><TD><input type="text" name="code" ...
0
votes
1answer
33 views
Is there an exporter plugin for Selenium IDE that puts out Remote::Driver Perl scripts?
So far I have only seen the exporter that gives us Test::WWW::Selenium scripts.
I fear this might not be the right place to ask; if that's true please point me in the right direction. To calibrate ...
2
votes
1answer
116 views
Selenium WebDriver cannot locate Element that Selenium IDE can locate
This is a issue I did not expect to run into.
I am writing a selenium Webdriver test using JUnit 4 in eclipse on Ubuntu 11. I had been using Selenium IDE combined with firebug and firepath to make ...
0
votes
0answers
50 views
java.lang.NoSuchFieldError: LINUX Selenium
Hi Am trying to write a sample program in Selenioum Webdriver
http://www.anitpatel.net/2011/12/27/setting-up-selenium-web-driver-eclipse-testng/
I have just followed the steps of the above link.Just ...
1
vote
3answers
82 views
Locating href element in Selenium
Below is my code
<TD ALIGN="LEFT" width="65%" id="oldcontent" >3. Download csv template
<a href="javascript:doformsubmit('3');"><IMG src="images/date_pick.gif" ...
0
votes
3answers
334 views
Selenium webdriver : Can't accept alert
When recording in selenium IDE I can click the "OK" button in a popup, and expected to be able to click it using
driver.findElement(By.linkText("OK")).click();
but this was not the case.
...
1
vote
1answer
61 views
Selenium target has random numbers
I've been trying to test a web application that generates html id's with a random value in the middle. For instance: attribute_new_12493044135_name
The attribute defines the class of object that I ...
0
votes
4answers
191 views
Import Selenuim scripts to WebDriver
Is it possible to import/use scripts which has been generated in Firefox's Selenium-IDE plugin into Selenium WebDriver?
2
votes
1answer
78 views
Une selenium ide with selenium2 and phpunit
How can i use selenium ide with selenium2 and phpunit?
Can someone give me some advise?
Thx a lot
3
votes
1answer
206 views
Selenium click action directs to page other than by Selenium IDE
I am trying to click on a web element using Selenium WebDriver(2.21.0).
When I try driving through the Selenium IDE it works properly but when I try the same set of actions using the Java ...
0
votes
1answer
158 views
Selenium with symfony2
What's the best practices to use selenium with Sf2 to do functional test? Must I use the selenium1 with selenium Rc, or selenium2 with webdriver?
1
vote
3answers
422 views
Is it possible to export Selenium IDE test cases as Java/ TestNG/ WebDriver?
In Selenium IDE 1.9.0 there are options to export testcases as Java / JUnit4 / Webdriver and Java / TestNG / Remote Control (along with many more options).
I want to know is there any way to export ...
0
votes
1answer
96 views
Css path is wierd and not working
I am trying to automate click on "tweet" button which is a part of iframe element.
I tried using css path, xpath but they are not working.
css path is like
html.regular body.hcount div#widget ...
0
votes
0answers
88 views
Selenium Webdriver Error Unknown strategy class
I've been trying to use Selenium to test my application. I wrote the initial tests using the Selenium IDE but, when I converted the IDE tests to Selenium Webdriver tests I got errors for about half of ...
1
vote
3answers
1k views
click command in selenium webdriver does not work
I have just recently done an export of my selenium IDE code to selenium web driver. I have found that a lot of the commands that worked in IDE either fail to work or selenium web driver claims to not ...
5
votes
7answers
863 views
Is there a Selenium 2 version of Selenium IDE?
I'm new to Selenium and I'm a bit confused about the version numbers. Selenium 2.0 was released in 2011. I just downloaded the Selenium IDE Firefox extension and it is version 1.7.2. Is there also ...