I am automating an \"Add Employee\" form-based test for our production site. Whenan idis entered, or an email , or a name, that already exists, then, a service error is p开发者_Python百科opped up that
I have some Selenium 2 Webdriver test cases for Firefox and Internet Explorer 9. When I access https URLs on IE9 (Windows 7 64bit) I get \"There is a problem with this website\'s security certificate\
I\'m new to Selenium and C#. I know this code is not optimal, can you advise ho开发者_C百科w I can write such things quicker and shorter?
I have a menu that is only visible after a mouse hover. The mouse hover works and the menu becomes visible for a moment. An attempted click action always clicks the first item in the menu. I want to c
I followed what was written here: WebDriver Selenium API: ElementNotFoundErrorException when Element is clearly there !
I\'m getting this error: tests.IntegrationTests.Selenium.Regi开发者_JAVA技巧sterAndLogin (TestFixtureSetUp):
I\'m using Selenium\'s webdriver, but I\'ve hit upon a problem. I\'m using KnockoutJS to bind my UI to data from the server.In my tests when I call FindElement(By.Id(\"InputField\")) it is returning t
I want to mousover in order to click a menu item that appears. I read开发者_StackOverflow社区 about the Actions class to use
Selenium\'s webdr开发者_如何学JAVAiver gives me that error when trying to use the Chrome or IE driver.
I am new to both Python as well as Selenium and and still in the learning phase. I have been trying to launch both IE8 as well as Firefox using the new Python Webdriver for Selenium with the following