I\'m trying to extract all name values in input fields using selenium and perl.Part of the value, enough to identify it, is known, the rest is unknown:
I am testing a web app where i delete an item from a list. Upon clicking on delete, the app asks for confirmation. Selenium IDE detects it as a confirmation box. When I run the code thro\' the RC (C#)
I need to re-run my Selenium test script for unlimited number of times (infinite loop) - how I do that and what language should I us开发者_开发技巧e ?
I am using Selenium to conduct user interface tests with JUnit, in a Maven 开发者_运维百科project. The project is located on a Linux box running IEs4Linux and Wine to allow us to run the tests in IE.
How can I use selenium to open up html files on my machine on a browser besides Firefox? When starting Selenium, the baseUrl is set to either a real website (www.google.com) and the initial open comma
I have a loop that checks for the existence of urls. If one does not exist Selenium exits: XHR ERROR: URL = http://localhost/pages/156.php Response_Code = 404 Error_Message = Not Found.
At the moment i use selenium using HTMLSuite. The command i use to start th开发者_如何学JAVAe server and run the a testsuite is shown below
Hi i have this HTML code: 开发者_如何学Python<tr class=\"odd events\" style=\"\"> <tr>
I have a very simple file upload mechanism in java. I just take the file and save it on the server. I\'m testing this simple code with selenium and when a timeout occurs in the selenium test tomcat cr
Is there a way to run Selenium test in offline mode?If I set the offline mode in the firefox profile, selenium is stuck at selenium.start().I\'m using the python 开发者_StackOverflow中文版client drive