Skip to main content

All Questions

1 vote
0 answers
2k views

how to select multiple rows of a table using selenium with java

I am working on selenium with java and want to select multiple rows (WebElement). I am using following code to achieve this. new Actions().click(WebElement1).KeyDown(Keys.Control).click(WebElement2) ...
user3382471's user avatar
0 votes
0 answers
260 views

ElementNotVisibleException in IE10 and IE11

I have a test case working for chrome driver. Then I execute it for ie10 and ie-11 driver (using a BrowserStack), and it throws an exeception (see below) basically I select an element using ...
Turgut Kanceltik's user avatar
2 votes
2 answers
2k views

Selenium WebDriver: dragAndDrop method fails in IE11 and IE10

We've been using SauceLabs for our nightly Jenkins CI tests. We've run the tests in Firefox 24 under Windows 8 without any problem. Now we want to expand the tests and run them on more platforms and ...
pstenstrm's user avatar
  • 6,459