webdriver
Webdriver (ChromeDriver) with Play?
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[详细]
2023-04-03 20:17 分类:问答Validating links inside a page
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,[详细]
2023-04-03 15:38 分类:问答Selenium (WebDriver) Junit 4 switching between windows issue
I am testing a web application that creates a new window long after a button is clicked.The sequence is the following[详细]
2023-04-03 15:32 分类:问答How to handle popovers using Selenium Webdriver + Python
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[详细]
2023-04-03 14:05 分类:问答Why can't I find the 'Function' function in webDriver?
I want to implement a simple waitForXX under webdriver. The code is pretty simple. Function<WebDriver, WebElement> presenceOfElementLocated(final By locator) {[详细]
2023-04-03 11:39 分类:问答Selenium HtmlUnit freeze randomly loading a web page
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[详细]
2023-04-03 07:42 分类:问答Is the ECONNREFUSED problem a known issue with (i)WebDriver?
On my current project we\'re using iWebDriver to run acceptance tests on our CI server. Occasionally, we see the error:[详细]
2023-04-03 02:21 分类:问答Regd: WebDriver on secure Certificate
I have been using WebDriver for past 6 months. There are couple of issues am facing right now [Version 2.3.1]:[详细]
2023-04-03 02:14 分类:问答Get current opened browser window in selenium 2 (WebDriver)
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[详细]
2023-04-03 01:24 分类:问答WebDriverException:can't load profile error in selenium python script
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:[详细]
2023-04-02 19:28 分类:问答