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
<p>Running this command installs also the latest Selenium and Robot Framework
62
-
versions, but you still need to install <aclass="reference internal" href="#browser-drivers">browser drivers</a> separately.
63
-
The <spanclass="docutils literal"><spanclass="pre">--upgrade</span></span> option can be omitted when installing the library for the
62
+
versions. The <spanclass="docutils literal"><spanclass="pre">--upgrade</span></span> option can be omitted when installing the library for the
64
63
first time.</p>
65
64
<p>It is possible to install directly from the <aclass="reference external" href="https://github.com/robotframework/SeleniumLibrary">GitHub</a> repository. To install
66
65
latest source from the master branch, use this command:</p>
<p>After installing the library, you still need to install browser and
78
-
operating system specific browser drivers for all those browsers you
79
-
want to use in tests. These are the exact same drivers you need to use with
80
-
Selenium also when not using SeleniumLibrary. More information about
81
-
drivers can be found from <aclass="reference external" href="https://seleniumhq.github.io/selenium/docs/api/py/index.html#drivers">Selenium documentation</a>.</p>
82
-
<p>The general approach to install a browser driver is downloading a right
83
-
driver, such as <spanclass="docutils literal">chromedriver</span> for Chrome, and placing it into
84
-
a directory that is in <aclass="reference external" href="https://en.wikipedia.org/wiki/PATH_(variable)">PATH</a>. Drivers for different browsers
85
-
can be found via Selenium documentation or by using your favorite
86
-
search engine with a search term like <spanclass="docutils literal">selenium chrome browser driver</span>.
87
-
New browser driver versions are released to support features in
88
-
new browsers, fix bug, or otherwise, and you need to keep an eye on them
89
-
to know when to update drivers you use.</p>
90
-
<p>Alternatively, you can use a tool called <aclass="reference external" href="https://github.com/omenia/webdrivermanager">WebdriverManager</a> which can
91
-
find the latest version or when required, any version of appropriate
92
-
webdrivers for you and then download and link/copy it into right
93
-
location. Tool can run on all major operating systems and supports
94
-
downloading of Chrome, Firefox, Opera & Edge webdrivers.</p>
<p>Browsers and drivers are installed and managed automatically by <aclass="reference external" href="https://www.selenium.dev/documentation/selenium_manager">Selenium Manager</a>.
77
+
For more information, see the <aclass="reference external" href="https://seleniumhq.github.io/selenium/docs/api/py/index.html#drivers">Selenium documentation</a>.</p>
0 commit comments