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.
which contains all required libraries. Running of tests with this can be done with command `java -jar robotframework-seleniumlibrary-3.141.59.2653-jar-with-dependencies.jar <test location>`.
60
-
61
-
* More information about this library can be found in the
which contains all required libraries. Running of tests with this can be done with command `java -jar robotframework-seleniumlibrary-3.141.59.26535-jar-with-dependencies.jar <test location>`.
68
55
69
56
* More information about this library can be found in the
which contains all required libraries. Running of tests with this can be done with command `java -jar robotframework-seleniumlibrary-4.0.0-alpha-1.0-jar-with-dependencies.jar <test location>`.
79
+
80
+
* More information about this library can be found in the
@@ -88,11 +98,11 @@ After installing the library, you still need to install browser and
88
98
operating system specific browser drivers for all those browsers you
89
99
want to use in tests. These are the exact same drivers you need to use with
90
100
Selenium also when not using SeleniumLibrary. More information about
91
-
drivers can be found from `Selenium documentation`__.
101
+
drivers can be found from [Selenium documentation](https://seleniumhq.github.io/selenium/docs/api/py/index.html#drivers).
92
102
93
103
The general approach to install a browser driver is downloading a right
94
104
driver, such as ``chromedriver`` for Chrome, and placing it into
95
-
a directory that is in PATH__. Drivers for different browsers
105
+
a directory that is in [PATH](https://en.wikipedia.org/wiki/PATH_(variable)). Drivers for different browsers
96
106
can be found via Selenium documentation or by using your favorite
97
107
search engine with a search term like ``selenium chrome browser driver``.
98
108
New browser driver versions are released to support features in
@@ -101,7 +111,7 @@ to know when to update drivers you use.
101
111
102
112
Drivers can also be fetched with [Selenium Driver Binary Downloader plugin](https://github.com/Ardesco/selenium-standalone-server-plugin).
103
113
104
-
With At 3.141.59.265 [WebdriverManager](https://github.com/bonigarcia/webdrivermanager) is taken to use, so handling of drivers can also be done with standalone JAR from tests itself.
114
+
After version 3.141.59.265 [WebdriverManager](https://github.com/bonigarcia/webdrivermanager) is taken to use, so handling of drivers can also be done with standalone JAR from tests itself.
0 commit comments