Skip to content

Commit 6262611

Browse files
committed
Minor documentation and formatting corrections.
1 parent 8cdbd45 commit 6262611

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Selenium2Library/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ class Selenium2Library(
3434
`Open Browser` keyword must be used to open a browser to the desired location.
3535
3636
**--- Note important change starting with Version 1.7.0 release ---**
37-
*Locating or specifying elements*
37+
= Locating or specifying elements =
3838
3939
All keywords in Selenium2Library that need to find an element on the page
40-
take an argument, either a `locator` or now a 'webelement'. 'locator'
40+
take an argument, either a `locator` or now a `webelement`. `locator`
4141
is a string that describes how to locate an element using a syntax
42-
specifying different location strategies. 'webelement' is a variable that
42+
specifying different location strategies. `webelement` is a variable that
4343
holds a WebElement instance, which is a representation of the element.
4444
4545
Using 'locator'

0 commit comments

Comments
 (0)