selenium-ide
Select selenium element by name with parantheses?
I have the following input element: <input name=\'selected(1234)\' type=\"checkbox\" /> When I record, I get this:[详细]
2023-01-19 19:13 分类:问答How do you focus on new windows with selenium ide?
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[详细]
2023-01-19 03:54 分类:问答Why does the Selenium IDE recorder call my LocatorBuilder function multiple times per user click?
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[详细]
2023-01-19 02:35 分类:问答Has anyone successfully used selenium-ide to enter data into google docs? If not is there another option?
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[详细]
2023-01-18 09:24 分类:问答How would you verify that a certain css element on a page is a certain image with selenium
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[详细]
2023-01-18 02:40 分类:问答AssertText between an input value and stored variable text in Selenium IDE
Having trouble with returning the text from an attr node for the purpose of using in a AssertText Selenium IDE command.[详细]
2023-01-17 08:28 分类:问答How can I print javascript objects?
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);[详细]
2023-01-17 04:14 分类:问答How do you store an elements text with selenium in a javascript variable?
I have this html: <div class=\"title\"> <div class=\"subtitle\"> <div id=\"flhcd1> <h3>Hello</h3>[详细]
2023-01-17 03:15 分类:问答Selenium: Exporting test results
When running test cases in Selenium IDE I see that each step result is logged in the Log tab. Example:[详细]
2023-01-16 23:33 分类:问答Selenium - error in run test by testRunner
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[详细]
2023-01-16 17:16 分类:问答