I have started using Webdriver to automate our testing which is 100% manual. In one of the use cases I need to click on a link sent to the user\'s inbox. I am facing problems with Gmail in this case.
I can\'t work out why my web based cucumber tests never terminate. All step definitions pass but the browser never exit on the last step and therefore my script is hanging.
All the variations of wait(...) are throwing the below exception from the following code. What am I doing wrong?
How do you make Selenium 2.0 wait for the page to 开发者_运维百科load?You can also check pageloaded using following code
I\'m new to this forum and i\'m kinda new to Selenium and everything around it. I\'m a little familiar with Java, but i\'m certainly not a pro
The scenario I\'m considering is basic: page = driver.open_page(URL) linkElement = page.find_elements(XPATH)[0]
I got a simple problem when using InternetExplorerDriver: IWebDriver driver = new InternetExplorerDriver();
I started using webdriver not long ago. My approach is as follows: public class PageObjectRepresentationClass {
just wondering how I can instantiate different versions of InternetExplorerDriver. That\'s how I 开发者_C百科can create a IE driver:
I\'m hoping it\'s just me, but Selenium Webdriver seems like a complete nightmare.The Chrome webdriver is currently unusable, and the other drivers are quite unreliable, or so it seems.I am battling m