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><aclass="reference external" href="https://github.com/robotframework/SeleniumLibrary">SeleniumLibrary</a> is a web testing library for <aclass="reference external" href="http://robotframework.org">Robot Framework</a> that
31
31
utilizes the <aclass="reference external" href="http://seleniumhq.org">Selenium</a> tool internally. The project is hosted on <aclass="reference external" href="https://github.com/robotframework/SeleniumLibrary">GitHub</a>
32
32
and downloads can be found from <aclass="reference external" href="https://pypi.python.org/pypi/robotframework-seleniumlibrary">PyPI</a>.</p>
<p>See <aclass="reference external" href="http://robotframework.org/SeleniumLibrary/SeleniumLibrary.html">keyword documentation</a> for available keywords and more information
New browser driver versions are released to support features in
92
92
new browsers, fix bug, or otherwise, and you need to keep an eye on them
93
93
to know when to update drivers you use.</p>
94
+
<p>Alternatively, you can use a tool called <aclass="reference external" href="https://github.com/omenia/webdrivermanager">WebdriverManager</a> which can
95
+
find the latest version or when required, any version of appropriate
96
+
webdrivers for you and then download and link/copy it into right
97
+
location. Tool can run on all major operating systems and supports
98
+
downloading of Chrome, Firefox, Opera & Edge webdrivers.</p>
</span><spanclass="generic subheading">Welcome Page Should Be Open</span><spanclass="punctuation">
145
153
</span><spanclass="name function">Title Should Be</span><spanclass="punctuation"></span><spanclass="literal string">Welcome Page</span></code></pre>
146
154
<p>The above example is a slightly modified version of an example in a
147
-
<aclass="reference external" href="https://bitbucket.org/robotframework/webdemo">demo project</a> that illustrates using Robot Framework and SeleniumLibrary.
155
+
<aclass="reference external" href="https://github.com/robotframework/WebDemo">demo project</a> that illustrates using Robot Framework and SeleniumLibrary.
148
156
See the demo for more examples that you can also execute on your own
149
157
machine. For more information about Robot Framework test data syntax in
150
158
general see the <aclass="reference external" href="http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html">Robot Framework User Guide</a>.</p>
0 commit comments