Skip to content

Commit

Permalink
IE < 10
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 14, 2014
1 parent 2ad62fc commit 3ef1ebc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public void testClickAfterMoveToAnElementWithAnOffsetShouldUseLastMousePosition(

int x;
int y;
if (isInternetExplorer(driver) && getIEVersion(driver) < 9) {
if (isInternetExplorer(driver) && getIEVersion(driver) < 10) {
x = Integer.parseInt(driver.findElement(By.id("clientX")).getText());
y = Integer.parseInt(driver.findElement(By.id("clientY")).getText());
} else {
Expand Down

0 comments on commit 3ef1ebc

Please sign in to comment.