You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
Define Selenium HTML elements as Java classes, similar to Selenium's [``@FindBy`` annotation](https://www.selenium.dev/selenium/docs/api/java/org/openqa/selenium/support/FindBy.html).
8
8
9
9
Also contains a ton of other predefined utility, for example:
10
-
* Automatically scrolling elements that perform operations into the view
10
+
* Automatically scrolls elements that perform operations into the view
11
11
* Safe click: When an element is detected as stale a JavaScript click is executed instead
12
12
* Option to globally wait until the page finished loading
13
13
* Waiting for some time until the element is present (``waitUntil``)
0 commit comments