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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@
4
4
5
5
# <imgsrc="https://raw.githubusercontent.com/SeleniumHQ/seleniumhq.github.io/690acbad7b4bf4656f116274809765db64e6ccf7/website_and_docs/static/images/logos/webdriver.svg"height=24 /> Elements for Selenium
6
6
7
-
Define Selenium HTML elements as Java classes, similar to Selenium's ``@FindBy`` annotation.
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
10
* Automatically scrolling 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``)
14
14
15
-
Overall this improves:
15
+
Overall this should result in:
16
16
* Less [flaky](https://www.browserstack.com/test-reporting-and-analytics/features/test-reporting/what-is-flaky-test) tests
17
17
* Abstraction of elements in an object oriented way
18
18
@@ -81,3 +81,5 @@ See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how
81
81
82
82
## Dependencies and Licenses
83
83
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/selenium-elements/dependencies)
84
+
85
+
<sub>Disclaimer: This is not an official Testcontainers/Selenium product and not associated</sub>
0 commit comments