I need to click all dinamic page links with same @class.Is there a way to do that in 开发者_运维知识库selenium?Did you try using element position in xPath like a[@class=\'sameClass\'][1]?I would get a
I am currently automating tests with selenium RC which run every hour. Everything runs smoothly most of the time but there are some times where either firefox will crash or the selenium RC will just h
I am looking at some options for using a web automated framework.I have so far looked at Selenium and Web Test (part of Visual Studio), Web Test does not test any client side code, so that kind of rul
I have the following issue. When I start my selenium test, to get to the part where the actual test is performed, I need to start the browser, log in, do some other operations, and then it comes the p
I am writing Selenium Tests to test a web application written in .Net (C#) What are the advantages and disadvantages of writing tests in Java to te开发者_JAVA技巧st .Net code?The upside of using Java
I have a page called Page A. Page A contains the link. If you click that link Page B will open. Now I need to enter the text in some of the fields in Page B.
I\'ve been using urllib2 to access webpages, but it doesn\'t support javascript, so I took a look at Selenium, but I\'m quite confused even having read its docs.
We have a bunch of redirects in our Apache configur开发者_JAVA百科ation. I would like to automate the testing of redirects with Selenium, which led me to some problems:
My application has the following snippet of code: <form id=\"frmDepartmentCreation\" name=\"frmDepartmentCreation\" method=\"post\"
when I try to run the command roo> selenium test --controller ~.web.TimerController I get the following error: