Quick question, is it possible to run parallel test using selenium webdriver C# and MSTEST? If yes then how?
I am in the process of migrating my test suite from the Selenium 1 to WebDriver. I\'ve come across a problem clicking on elements on a page which contains a map of the USA clickable states.
Im getting a PInvokeStackImbalance error when running debug in VS2010 using selenium webdriver 2.5.1 dlls.
I am trying to handle alerts using Selenium Webdriver, according the selenium documentation the correct implementation is:开发者_StackOverflow
I am getting the following error Just to add this code was working fine earlier. I havent changed anything. The firefox browser open but nothing happens. I can see webdriver written in bottom right.
I have done this before but seem to be having a brain freeze and google is not helping I have selenium 2 web driver in Java with eclipse and I simply want to run a script (class, java) fro开发者_开发
I\'m trying to learn some selenium webdriver using C#. My problem: I wan\'t to access a list using an index.
Using the following simplified test, webdriver fails to find the intended 开发者_开发问答element no matter what sort of find_by call I use.
I\'m trying to make Selenium 2.4.0开发者_开发知识库 Accept a Javascript generated \"Confirm-Dialog\", using Specflow and Firefox. I\'m having trouble finding what I should do in my step below. (Tried
how can i start the IE with some special plugins? just开发者_开发问答 like u customize a special profile for firefox in webDriver.