File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments