I have the following input element: <input name=\'selected(1234)\' type=\"checkbox\" /> When I record, I get this:
I am trying to use selenium ide to duplicate an action. The action is clicking on a link that open a new window. How do you make selenium ide focus on 开发者_JS百科the new window instead of the other
I have defined a LocatorBuilder function and inserted it as the first element of LocatorBuilders array. It is working nicely. However, when I add an alert() at the top of m开发者_StackOverflowy functi
I am trying to use selenium to enter data into google docs so that 开发者_如何学运维it is accessible to other selenium scripts. If not can anybody think of a way to accomplish this?Selenium can be a l
I have a page that I want to check with selenium that uses a certain background image for one element. I want to ensure that this image still exists on the page connected to the element. How would I d
Having trouble with returning the text from an attr node for the purpose of using in a AssertText Selenium IDE command.
I have an object var object= {} I put some data in the object and then I want to print it like this document.write(object.term);
I have this html: <div class=\"title\"> <div class=\"subtitle\"> <div id=\"flhcd1> <h3>Hello</h3>
When running test cases in Selenium IDE I see that each step result is logged in the Log tab. Example:
Hi have problem i create test when i run it from selenium IDE everything is ok, test 开发者_开发知识库be passed. When i run my test by selenium testRunner the page was opened but any command eg. click