Test if element is present using Selenium WebDriver?
Is there a way how to test if an element is present? Any findElement method would end in an exception, but that is … Read more
Is there a way how to test if an element is present? Any findElement method would end in an exception, but that is … Read more
I’m trying to run RSelenium using the rsDriver function, but when I run rD <- rsDriver() I get a message telling me I … Read more
I want to make sure that an element is present before the webdriver starts doing stuff. I’m trying to get something like this … Read more
I have a Selenium test suite that runs many tests and on each new test it opens a browser window on top of … Read more
I am currently using selenium webdriver to parse through facebook user friends page and extract all ids from the AJAX script. But I … Read more
How can I verify my XPath? I am using Chrome Developers tool to inspect the elements and form my XPath. I verify it … Read more
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, … Read more
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 … Read more
When I use MSTest Framework, and copy the code that Selenium IDE generated for me, MSTest doesn’t recognize [TearDown] and [SetUp]. What is … Read more
I am trying to launch chrome with an URL, the browser launches and it does nothing after that. I am seeing the below … Read more