I\'ve been recording/writing Selenium html scripts using the SelBlocks extension. Now we\'re going to use Selenium server to run the tests in different browsers.
I am using the C# Selenium WebDriver and I would like to confirm that certain text exists on the page.
I\'m using Selenium stand alone server v2.3.0 on Windows XP (sp2).I\'m noticing that when I try and run my html suite against Firefox, only the first test gets executed and then the Selenium Runner ju
I am using selenium RC + TestNG for my project. Also am using Selenium - Grid to run in multiple platforms. Now i want to intergrate my project into Hudson.. Can any one开发者_StackOverflow中文版 plea
is it possible to close print pop up window using selenium.. Scenario is, on clicking print icon a pop up opens with preview and on top of it MS Windows Print pop up comes.
I have some serious problems testing a sharepoint site with selenium/bromine. As I did\'t find an answer via various searches I hope someone here can point me in the right direction.
This is in Perl if it matters. I have several lists of links that collapse and expand. I开发者_StackOverflow know how many there are from using
I\'m trying to use JavaScript\'s setTimeout in an extension I\'ve made for Selenium IDE. In short I ha开发者_StackOverflowve made the extension to take a username and password to login to a page, rat
I\'m starting to introduce Selenium tests to my website that is written in Django. The browser开发者_运维百科 that is controlled by Selenium needs some server to connect. So far I just run my full app
I want to make sure that an element is present before the webdriver starts doing stuff. I\'m trying to开发者_JS百科 get something like this to work: