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 e765ff3 commit 077d4a1Copy full SHA for 077d4a1
java/test/org/openqa/selenium/bidi/input/DefaultWheelTest.java
@@ -137,7 +137,7 @@ void shouldScrollFromViewportByGivenAmount() {
137
appServer.whereIs("scrolling_tests/frame_with_nested_scrolling_frame_out_of_view.html"));
138
WebElement footer = driver.findElement(By.tagName("footer"));
139
int deltaY = footer.getRect().y;
140
-
+
141
input.perform(
142
windowHandle,
143
new Actions(driver)
0 commit comments