webdriver
Running Chrome WebDriver on a linux server with no display
I\'d like to run automated tests using selenium2\'s chrome webdriver开发者_高级运维 on a linux server.[详细]
2023-03-27 14:38 分类:问答ChromeDriver file upload example
ChromeDriver dev team says thet have fixed the issue here: http://code.google.com/p/selenium/issues/detail?id=1725&q=chrome%20file%20upload&colspec=ID%20Stars%20Type%20Status%20Priority%20Mile[详细]
2023-03-27 14:29 分类:问答Selenium2: Deleting ALL cookies, even ones not related to the current domain
I am writing a test which needs to delete cookies from a number of domains when it starts up.driver.manage().deleteAllCookies() seems to only delete cookies set by the domain you\'re currently on. 开发[详细]
2023-03-27 10:37 分类:问答Selenium C# WebDriver: Wait until element is present
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:[详细]
2023-03-26 16:48 分类:问答IE8 is not started on Windows7 from Selenium (webdriver) on Python code
My code is simple from selenium import webdriver driver = webdriver.Ie() IE8 is not started. No exceptions, no errors.[详细]
2023-03-25 23:40 分类:问答Selenium 2 - Setting user agent for IE and Chrome
I need to change the user agent value in IE and Chrome for some of our tests开发者_运维问答.The only selenium 2 examples I\'ve come across only work with FirefoxDriver.[详细]
2023-03-25 16:19 分类:问答Selenium webdriver ruby assertTextPresent equivalent
I cannot figure out what the assertTextPresent equivalent for seleniums webd开发者_JS百科river is. I found several answers for java, but none for ruby. Does anybody have any ideas?Text assertions are[详细]
2023-03-25 11:40 分类:问答Context click in Selenium 2.2
Got problem with opening custom context menu using advanced user interactions API in Selenium 2 (http://code.google.com/p/selenium/wiki/AdvancedUserInteractions).[详细]
2023-03-24 18:12 分类:问答How to build remote Webdriver for Chrome
I am trying to run my Selenium tests against Chrome. When I initialize driver locally: @driver = Selenium::WebDriver.for( :chrome )[详细]
2023-03-24 14:59 分类:问答Selenium Webdriver SSL Certificate Hostname Mismatch Problem
I have recently run into problems using the .NET version of Selenium Webdriver to run tests against a website running in a test environment where the SSL certificate does not match the hostname it’s[详细]
2023-03-23 14:08 分类:问答