selenium-webdriver
Selenium and JSF 2.0
When I a generate SelectOneMenu with JSF2.0 the the id I specified in the xhtml is attached to a generated ID from JSF.[详细]
2023-04-01 00:52 分类:问答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 分类:问答selenium webdriver: form data not present after submit
I have a page in which I log in and then fill in some forms. After submitting the first form, a new page appears with new forms. Some data is taken from the forms before (as it should be), but some da[详细]
2023-03-30 17:54 分类:问答How to use addCustomRequestHeader method in selenium?
I was trying to use addCustomRequestHeader method to set a custom header for selenium requests. Given below is the source code[详细]
2023-03-30 16:01 分类:问答Selenium2: Obtaining error details when using executeScript() fails
In order to deal with some bro开发者_Python百科wser peculiarities, I find myself needing to send javascript commands during tests.[详细]
2023-03-30 11:54 分类:问答Selenium Webdriver: The method alert() is undefined for the type WebDriver.TargetLocator
I am trying to handle alerts using Selenium Webdriver, according the selenium documentation the correct implementation is:开发者_StackOverflow[详细]
2023-03-30 04:22 分类:问答Re-using login functionality in Selenium page object model tests
I am exploring the use of Selenium 2 on a web application which requires authentication before a user can use any of the application. I am planning on either JUnit 4 or TestNG (Still investigating whi[详细]
2023-03-29 21:04 分类:问答Do not want the Images to load and CSS to render on Firefox in Selenium WebDriver - Python
I am using Selenium 2 with p开发者_高级运维ython bindings to fetch some data from our partner\'s site. But on an average it\'s taking me around 13 secs to perform this operation.[详细]
2023-03-29 20:11 分类:问答Is there a way to use testNG with WebDriver so as to do data driven testing?
I have successfully created a data driven framework with selenium 1 and trying to do the same using selenium 2 (WebDriver). I was doing some basic R and D. My code is as below.[详细]
2023-03-29 04:58 分类:问答