selenium-ide
'window.Sizzle is not a function' error when using CSS locator
Some months ago, I wanted to know how to click on a particular link in a page by its name, no the XPath:[详细]
2023-02-02 00:08 分类:问答Converting Watir/Watin script to Selenium Scripts
Is it possible to automate the translation of a Watir/Wai开发者_如何学运维tin script to selenium? The problem is the selenium ide is only for firefox, and I need to record on Internet Explorer.If you[详细]
2023-02-01 10:31 分类:问答Selenium - AJAX dialog box - how to scroll inside it?
I am using Selenium IDE to t开发者_StackOverflow中文版est a web application. One page creates a simple jQuery Dialog with some extra content in there. The dialog has a fixed height and frequently ther[详细]
2023-01-31 18:56 分类:问答Selenium IDE down arrow key
I\'m stuck trying to get my selenium testing to simulate a down arrow key press. Im just using the html format开发者_JAVA百科 for my tests and am using typeKeys as the command, the target is correct[详细]
2023-01-31 14:05 分类:问答Dealing with Firefox 4's new "data entered" confirmation dialog in Selenium IDE
I\'m trying some S-IDE tests in Firefox 4 beta 7 tha开发者_JAVA技巧t work fine in 3.6.One thing I can\'t seem to figure out is an automated way to interact with FF4\'s new built-in dialog:[详细]
2023-01-27 04:03 分类:问答Selenium IDE - results.html
How report my test case results on selenium-ide. I don\'t want use selenium-rc. What command I sh开发者_如何转开发ould use to get results.html ?you can use File Logging add-on..With the help of this y[详细]
2023-01-25 22:46 分类:问答What are the inner workings of the Selenium waitFor mechanism?
I am trying to customize the behavior of Selenium\'s click command, (via user-extentions.js), by intercepting calls to doClick(locator). Basically I need to delay click actions whenever our applicatio[详细]
2023-01-25 21:53 分类:问答Selenium RC just run the first case in the suite
I\'m trying to run an html testSuite with Selenium RC. The browser starts, the first test runs, but nothing else. Selenium never start running the second test in my suite. Couldn\'t find anything rel[详细]
2023-01-25 00:47 分类:问答Selenium Click method not working on an Xpath locator
Folks, My first time on Stack Overflow. Hope y\'all can help ... I\'m trying to use S开发者_JAVA百科elenium to click on the \'Buy Now\' button on an html page. Here\'s the HTML snippet:[详细]
2023-01-21 12:20 分类:问答How to make Selenium IDE as exe?
I downlo开发者_如何学Pythonaded Selenium IDE code.Now i want to start selenium IDE just by double clicking on it not as firefox plugin.Any Idea which helps me to start IDE as a desktop application is[详细]
2023-01-20 18:30 分类:问答