Is there a way how to test if an element is present? Any findElement method would end in an exception, but that is not what I want, because it...
I’m trying to run RSelenium using the rsDriver function, but when I run rD <- rsDriver() I get a message telling me I need a newer version of Chrome:...
I want to make sure that an element is present before the webdriver starts doing stuff. I’m trying to get something like this to work: WebDriverWait wait = new...
I have a Selenium test suite that runs many tests and on each new test it opens a browser window on top of any other windows I have open....
I am currently using selenium webdriver to parse through facebook user friends page and extract all ids from the AJAX script. But I need to scroll down to get...
How can I verify my XPath? I am using Chrome Developers tool to inspect the elements and form my XPath. I verify it using the Chrome plugin XPath Checker,...
I’m trying to get the current url after a series of navigations in Selenium. I know there’s a command called getLocation for ruby, but I can’t find the syntax...
Is there any way in either Selenium 1.x or 2.x to scroll the browser window so that a particular element identified by an XPath is in view of the...
When I use MSTest Framework, and copy the code that Selenium IDE generated for me, MSTest doesn’t recognize [TearDown] and...
I am trying to launch chrome with an URL, the browser launches and it does nothing after that. I am seeing the below error after 1 minute: Unable to...