I\'m using ChromeDriver with Play! framework. I have a UnitTest where ChromeDriver is instantiated and make a get request to my Dyndns url. When the test starts, it opens chrome, makes the request but
I have a help link in my application. When the user clicks on this link, a new browser window is opened with help content. There is a tree like menus on the left hand side. For each menu when clicked,
I am testing a web application that creates a new window long after a button is clicked.The sequence is the following
Here is the situation - On the website that I am testing, the page source changes dynamically i.e. when I move my mouse over an element I see a popover and it has DOM structure and all. I want to cap
I want to implement a simple waitForXX under webdriver. The code is pretty simple. Function<WebDriver, WebElement> presenceOfElementLocated(final By locator) {
im having a problem with HtmlUnitDriver using Selenium. Im using the Selenium 2.5 version. The test is so simply and usualy it works correctly but sometimes the driver just stop and wait endlessly f
On my current project we\'re using iWebDriver to run acceptance tests on our CI server. Occasionally, we see the error:
I have been using WebDriver for past 6 months. There are couple of issues am facing right now [Version 2.3.1]:
I am using selenium 2 (WebDriver) now and I would like to get the control of current opened browse开发者_高级运维r window instead of open a new one. That means I can\'t use driver.get(\"url\") which i
I am using selenium webdriver in python to drive Firefox automaticly, the python script is exported from the selenium IDE add-on in Firefox. But when I run the script it raise error: