Skip to content

Commit 3ef1ebc

Browse files
committed
IE < 10
1 parent 2ad62fc commit 3ef1ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/test/org/openqa/selenium/interactions/CombinedInputActionsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public void testClickAfterMoveToAnElementWithAnOffsetShouldUseLastMousePosition(
239239

240240
int x;
241241
int y;
242-
if (isInternetExplorer(driver) && getIEVersion(driver) < 9) {
242+
if (isInternetExplorer(driver) && getIEVersion(driver) < 10) {
243243
x = Integer.parseInt(driver.findElement(By.id("clientX")).getText());
244244
y = Integer.parseInt(driver.findElement(By.id("clientY")).getText());
245245
} else {

0 commit comments

Comments
 (0)