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
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+29-10Lines changed: 29 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,35 @@ SeleniumLibrary is a web testing library for Robot Framework that leverages
8
8
the Selenium libraries from the [Selenium](http://docs.seleniumhq.org) project.
9
9
10
10
Version number follows Selenium's version numbers (first 3 numbers), and 4th number is reserved for e.g. issue fixes.
11
+
12
+
This Java version of SeleniumLibrary exists because of easier dependency management when Robot Framework is used in Java-projects. Library is a quite direct alternative to the Python SeleniumLibrary.
13
+
14
+
Usage, Selenium 2
15
+
-----------------
16
+
If you are using the robotframework-maven-plugin you can
17
+
use this library by adding the following dependency to
0 commit comments