I want to be able to use WebElement instances after i moved to another page. I am not sure if that\'s possible, but there would be the need to store the current state of the browser window. Any pointe
I am very much impressed with web driver and page object pattern. Recently I sa开发者_StackOverfloww Geb framework and with spock framework combination seems to be like a powerful alternate option for
I\'ve written a test using webdrive like this: //put stuff in the database fillDatabaseWithParticipants();
Right now I am using Hudson CI to launch br开发者_运维问答owser in xvnc and run my tests through Webdriver (pre 2.0)
I got stuck in handling UntrustedSSLcertificates using web driver in Java. I created firefox profile like:
I hear that webdriver for Chrome is being re-developed as part of the Chromium project (since the original Chrome webdriver of the selenium project is unusable).Does anyone know if development is comp
Hello all I am using webdriver so if I want to use selenium;s rc function isElementPresent I have to emulate selenium rc so I do something like this:
Does the Selenium 2 C# library support using Sel开发者_运维知识库enium 1 commands? In java you can create a WebDriverBackedSelenium object and use Selenium 1 commands but can this be done in C# ?
I\'m trying to use Selenium RC and WebDriver (separately) to manipulate an HTML page. The source contains something like:
Im trying to trigger mouse over event using move_to_element in ActionChains, Couldn\'t get it working. Any help is ap开发者_如何学编程preciated. Thanks.from selenium.webdriver.common.action_chains imp