I\'m trying to get screenshots from a web page with multiple browsers. Just experimenting with Selenium RC, I wrote code like this:
Selenium, php, phpUnit, 404 error calls testComplete() rather than continue, how do I stop this? I am using selenium server and phpUnit to run php based tests. My tests a开发者_Python百科re simple, t
Every time I launch a Firefox instance via Selenium RC I get 3 windows that I don\'t need appearing: the add-ons windows notifying me that
I have some links at the page like: 123test.com/456 abc_test.com/sdfsd abc_test.org I have to get all elements which href attribute consists of test word.
I\'ve u开发者_StackOverflowsed the Selenium IDE to generate some test code for my application. The generated Python code for an assertion looks like this.
I\'m using webdriver to test a site.Event delegation is being used across a number of links to load data via ajax:
So I\'m trying to make the conversion to Selenium 2, but I seem to have an issue were if I go to http://website.com, Selenium cant find the elements of my aspx form. I need to have Selenium go directl
I am automating test for a website using selenium, but selenium is not able to identify SWF components. Please let me know if there\'s a way to automate SWF components with Selenium & perl.
I am trying to validate that my form fields all have an associated label using Selenium, but I am having problems grabbing all of the form fields on a page.get_all_fields only gets textfields; I have
At the moment I\'m using Selenium-Flex to write functional tests for a video playback app. At the moment, I need to test that the app behaves appropriately when switched to fullscreen mode - make sur