Skip to content

Commit a2522b0

Browse files
committed
Update documentation with minor corrections.
1 parent 0a70f45 commit a2522b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Selenium2Library/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ class Selenium2Library(
3535
`Open Browser` keyword must be used to open a browser to the desired location.
3636
3737
**--- Note important change starting with Version 1.7.0 release ---**
38-
*Locating or getting elements*
3938
*Locating or specifying elements*
4039
4140
All keywords in Selenium2Library that need to find an element on the page
@@ -80,7 +79,7 @@ class Selenium2Library(
8079
8180
Using 'webelement'
8281
------------------
83-
Starting with version 1.6 of the Selenium2Library, one can pass an argument
82+
Starting with version 1.7 of the Selenium2Library, one can pass an argument
8483
that contains a WebElement instead of a string locator. To get a WebElement,
8584
use the new `Get WebElements` keyword. For example:
8685

0 commit comments

Comments
 (0)