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
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 am using Visual Studio 2010 to write Selenium 2 Webdriver automated tests in C#. I have searched high and low for examples of using variables as selectors and have found nothing that开发者_Python百科
I can get an element\'s ID in Selenium with ((RemoteWebElement) webElement).getId(), which returns a string like this:
I am testing a website which requires personal SSL certificates in order to do certain things, such as sign-in.
I\'ve been using selenium 1, but now want to migrate to selenium2/webdriver. To be honest, I find a little bit difficult to start with selenium2/webdriver. In essence I don\'t know how to work between
When using the IE driver with IE9, occasionally the Click method will only select a button, it wont do the action of the Click(). Note this only happens occasionally, so i don\'t think it is the code
I am testing a site written in Javascript, by writing (very simple) Java tests in Eclipse and running them as JUnit tests.
I am attempting to run some automated tests in Eclipse using Java (running them as JUnit tests) and I\'m using Selenium IDE 1.0.10 plugin for Firefox in order to find the button IDs. The problem is th
I\'m using Webdriver, Internet Explorer 7 and Windows Vista. When I click on a link that opens a new window through a JavaScript function using window.open(url), the window opens but instead of showin