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
Guys, I have problem with 开发者_StackOverflow社区waitForPageToLoad condtion. I\'m using C# with Nunit, and I don\'t know exactly what I should use instead of \'waitForPageToLoad\'/\'waitForElementPre
Well I know that selenium world is full of file upload threads, and this is something which I came across today and have not been able to solve so far. Though have solved these issues in past by typin
If I have an HTML element <input type=\"submit\" value=\"Search\" /> a css selector needs to be c开发者_JAVA技巧ase-sensitive:
I\'m trying to use the Selenium RemoteWebDriver in C#, basically all I want to do is to programmatically scrape a webpage\'s html after the javascript has completed manipulating the DOM (without a bro
I am using the Selenium-Firefox-driver and Selenium-Chrome-Driver version 2.0a5 (Web Driver API), and I am trying to test a web app that has BASIC authentication (there is a popup that come up to auth
What is the differenc开发者_运维百科e between get() and navigate() methods? Does any of this or maybe another method waits for page content to load?
I\'m using Selenium for automated testing my websites. I have around 100 test cases and I want to run them every 开发者_如何学Goday by making Test Suite automatically. I had written my test cases in S
I\'m using Selenium2 for 开发者_开发问答some automated tests of my website, and I\'d like to be able to get the return value of some Javascript code.If I have a foobar() Javascript function in my webp