webdriver
Webdriver.quit() crashes python on test end in IE
I am using Webdriver implemented through Python to run my selenium test scripts in IE; however, when I call webdriver.quit(), this will randomly cause python to crash. When a test case ends and webdri[详细]
2023-04-02 16:30 分类:问答Using Selenium 2.0 WebDriver in practice
I want to write Seleniu开发者_如何学编程m test cases in JUnit and test my projects in multiple browsers and I would like to take advantage of the fact that all Selenium drivers implement the same inte[详细]
2023-04-02 09:36 分类:问答Get HTML source of WebElement in Selenium WebDriver using Python
I\'m using the Python bindings to run Selenium WebDriver: from selenium import webdriver wd = webdriver.Firefox()[详细]
2023-04-01 20:03 分类:问答How to control browser in focus?
I\'m playing around with C# webdriver and trying to figure out how to control which browser is in focus.[详细]
2023-04-01 16:21 分类:问答Selenium WebDriver windows switching issue in Internet Explorer 8-10
I found a problem trying to use Selenium WebDriver for testing our application. The issue is in unstable pop-ups focusing in IE9. It is not always reproducible,it takes place in about 20% of windows s[详细]
2023-04-01 10:21 分类:问答WebDriverBackedSelenium: confirmation handling throws: UnsupportedOperationException
I using WebDriverBackedSelenium to handle confirmation dialogues and alerts in my tests WebDriver driver = new FirefoxDriver();[详细]
2023-04-01 07:58 分类:问答Selenium: Firefox with WebDriver: Page load issue
SeleniumServer version: 2.5.0, Firefox version: 4.0.1 I have a situation where a \'New Question\' hyperlink is rendered through an Ajax call.Once the page load is complete, I need to click on this hy[详细]
2023-04-01 05:15 分类:问答Selenium WebDriver and DropDown Boxes
If I want to select an option of a dropdown box, there are several ways to do that. I always used: driver.findElement(By.id(\"selection\")).sendKeys(\"Germany\");[详细]
2023-04-01 01:30 分类:问答Make Webdrivers's Firefox Driver run in the background
Hei Is there a way to make Webdriver Firefox driver to run in the background? We have a monitoring application which at regular 开发者_高级运维intervals polls miscellaneous systems on different serv[详细]
2023-04-01 00:26 分类:问答Webdriver for ipad web applications?
How do you setup webdriver in x-code to write automated tests for your webap开发者_如何学运维p?Instructions on how to set it up are on the iPhone Driver page and more information related to the Mobile[详细]
2023-03-31 14:29 分类:问答