I\'ve just started using Selenium-IDE (not looked at selenium-RC yet: if somebody tells me that that is the answer to my question I\'ll look at it)
I have to create a test for homework using Selenium IDE and create a scenario to generate a random number. I\'m struggling with what I need to type and what field to type in.
I am trying to make a little application to allow to record actions within a Flash and Silverlight application. In such manner that you can compile your interactive application in test-mode and then b
I w开发者_如何学JAVAant to get a bunch of dom-objects with xpath and loop through those to check if they contains a specified text, is this possible in the Selenium IDE or rc?
I am trying to store the current url (http://example.com)in a variable and compare it with another string as a condition in the gotoIf command (part of the gotoIf extension.js):
How would I convert test cases made by Selenium IDE to Python without exporting every test case by hand? Is there any command line converter for that job?
We are using Junit + Selenium to webtest our webpage. But we have run into a problem. I need to parse the value from a hidden field with Selenium.
I\'ve got the following problem: When recording a webtest using Selenium IDE (v1.0.4) every step will be recorded but when I try to replay the tests some buttons won\'t be found although they do not
I\'m writing Selenium tests for an ASP application, and would like to test the case开发者_开发技巧s when a session isn\'t properly initialized. Right now I\'m clearing the cookies manually, but that i
Is it possible to retrieve the value of the base url from inside a Selenium script (a plain HTML-saved script from Selenium IDE)?