File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -20,8 +20,12 @@ class Selenium2Library(
2020 _AlertKeywords
2121):
2222 """Selenium2Library is a web testing library for Robot Framework.
23+
24+ This document is about using Selenium2Library. For information about
25+ installation, support, and more please visit the
26+ [https://github.com/robotframework/Selenium2Library|project page].
2327
24- It uses the Selenium 2 (WebDriver) libraries internally to control a web browser.
28+ Selenium2Library uses the Selenium 2 (WebDriver) libraries internally to control a web browser.
2529 See http://seleniumhq.org/docs/03_webdriver.html for more information on Selenium 2
2630 and WebDriver.
2731
@@ -130,8 +134,8 @@ class Selenium2Library(
130134
131135 All timeouts can be given as numbers considered seconds (e.g. 0.5 or 42)
132136 or in Robot Framework's time syntax (e.g. '1.5 seconds' or '1 min 30 s').
133- For more information about the time syntax see:
134- http://robotframework.googlecode.com/svn/trunk/doc/userguide/ RobotFrameworkUserGuide.html#time-format.
137+ For more information about the time syntax see the
138+ [ http://robotframework.org/robotframework/latest/ RobotFrameworkUserGuide.html#time-format|Robot Framework User Guide] .
135139 """
136140
137141 ROBOT_LIBRARY_SCOPE = 'GLOBAL'
You can’t perform that action at this time.
0 commit comments