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-4.0.0-alpha-1.0-jar-with-dependencies.jar <test location>`.
79
+
80
+
* More information about this library can be found in the
@@ -74,11 +98,11 @@ After installing the library, you still need to install browser and
74
98
operating system specific browser drivers for all those browsers you
75
99
want to use in tests. These are the exact same drivers you need to use with
76
100
Selenium also when not using SeleniumLibrary. More information about
77
-
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).
78
102
79
103
The general approach to install a browser driver is downloading a right
80
104
driver, such as ``chromedriver`` for Chrome, and placing it into
81
-
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
82
106
can be found via Selenium documentation or by using your favorite
83
107
search engine with a search term like ``selenium chrome browser driver``.
84
108
New browser driver versions are released to support features in
@@ -87,7 +111,7 @@ to know when to update drivers you use.
87
111
88
112
Drivers can also be fetched with [Selenium Driver Binary Downloader plugin](https://github.com/Ardesco/selenium-standalone-server-plugin).
89
113
90
-
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