I\'ve been writing test automation (in Selenium2 Java, Firefox 3.6) of an application that uses a lot of ExtJS.I have been able to work around the mighty morphing开发者_Go百科 element ids pretty well,
I\'m using the Python bindings to run Selenium WebDriver: from selenium import webdriver wd = webdriver.Firefox()
I\'m playing around with C# webdriver and trying to figure out how to control which browser is in focus.
How to resolve this below issues while capture screen in IE? I 开发者_运维技巧have registered the snapsie.dll in C:\\Windows
When I run my test with the features, steps, and HTML below the test executes without error (until it fails on the assertion steps), but I can see that no change occurs to the drop-down selects.What a
I found a problem trying to use Selenium WebDriver for testing our application. The issue is in unstable pop-ups focusing in IE9. It is not always reproducible,it takes place in about 20% of windows s
I using WebDriverBackedSelenium to handle confirmation dialogues and alerts in my tests WebDriver driver = new FirefoxDriver();
The current project I\'m working on requires me to write a tool which runs functional tests on a web application, and outputs method coverage data, recording which test case traversed which method.
SeleniumServer version: 2.5.0, Firefox version: 4.0.1 I have a situation where a \'New Question\' hyperlink is rendered through an Ajax call.Once the page load is complete, I need to click on this hy
I’m trying to use Selenium IDE to automate tests, so that I will not need to redo all the test cases for every update to the website functionality. However, I’m not sure if simple record-replay fash