webdriver
No Alert is present/No modal dialog found -- WebDriver unable to catch JS error
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[详细]
2023-04-12 17:05 分类:问答Selenium 2 Webdriver and IE 9 Security Certificate
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\[详细]
2023-04-12 11:14 分类:问答How to optimize this Selenium WebDriver code (Linq?)
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?[详细]
2023-04-12 03:07 分类:问答always clicks first menu item after hover
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[详细]
2023-04-11 20:29 分类:问答Wait for element in webdriver
I followed what was written here: WebDriver Selenium API: ElementNotFoundErrorException when Element is clearly there ![详细]
2023-04-11 16:42 分类:问答Selenium WebDriver - FirefoxDriver error: Failed to start up socket within 45000
I\'m getting this error: tests.IntegrationTests.Selenium.Regi开发者_JAVA技巧sterAndLogin (TestFixtureSetUp):[详细]
2023-04-11 11:52 分类:问答FindElement does not return element text unless actually in DOM
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[详细]
2023-04-11 10:48 分类:问答Actions class for mouseover?
I want to mousover in order to click a menu item that appears. I read开发者_StackOverflow社区 about the Actions class to use[详细]
2023-04-10 18:39 分类:问答Selenium WebDriver: Could not load file or assembly 'Newtonsoft.Json Version=4.0.2.0'
Selenium\'s webdr开发者_如何学JAVAiver gives me that error when trying to use the Chrome or IE driver.[详细]
2023-04-10 16:19 分类:问答Unable to open URLs using python webdriver for selenium 2.0
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[详细]
2023-04-10 08:10 分类:问答