We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad62fc commit 3ef1ebcCopy full SHA for 3ef1ebc
java/client/test/org/openqa/selenium/interactions/CombinedInputActionsTest.java
@@ -239,7 +239,7 @@ public void testClickAfterMoveToAnElementWithAnOffsetShouldUseLastMousePosition(
239
240
int x;
241
int y;
242
- if (isInternetExplorer(driver) && getIEVersion(driver) < 9) {
+ if (isInternetExplorer(driver) && getIEVersion(driver) < 10) {
243
x = Integer.parseInt(driver.findElement(By.id("clientX")).getText());
244
y = Integer.parseInt(driver.findElement(By.id("clientY")).getText());
245
} else {
0 commit comments