selenium-webdriver
using selenium htmlunit with load tests
Has anyone used HTML unit with TestNG invocation count and thread pool size? I drive all my Selenium2 tests with TestNG and have been playing开发者_JS百科 around with running HtmlUnit tests in multipl[详细]
2023-04-13 09:32 分类:问答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 分类:问答Clear text from textarea with selenium
I\'ve got some tests where I\'m checking that the proper error message appears when text in certain fields are invalid.One check for validity is that a certain 开发者_运维知识库textarea element is not[详细]
2023-04-12 03:13 分类:问答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 click sometimes causes page to load and sometimes doesn't
Clicking on a button in my web page sometimes causes the entire page to load, and sometimes only part of it to load.[详细]
2023-04-11 09:05 分类:问答Capybara attach_file method, via selenium-webdriver, leaves system file upload dialogue open
I have a slightly weird file upload user flow in an application I am testing which causes the file upload dialogue to remain open when testing with selenium-webdriver, via capybara.[详细]
2023-04-11 06:12 分类:问答How do you check the page for text using Selenium 2 and Firefox?
I am trying to check to see if text is present using Selenium 2 and Firefox but cant seem to find the method to use. I tried to use the method is_text_present which seems 开发者_Go百科to be what every[详细]
2023-04-10 18:33 分类:问答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 分类:问答Selenium 2 and JUnit in eclipse how to work with dropdown list?
how to deal with dropdown list in Selenium 2 , Juint in eclipse? I am not able to convert my my selenium ide syntax to Junit f开发者_运维百科or Dropdownlist. how can i achieve that?just use findElemen[详细]
2023-04-10 07:51 分类:问答WebDriver in C# (work with windows and synchronization)
I work with webDriver in #IE9 and I find one problem. If I started tests in Run mode, then all test fail because webDriver not exists (two window ie), but if I put breakpoint in tests and start tests[详细]
2023-04-09 22:04 分类:问答