Skip to content

Commit b0f9b2c

Browse files
authored
update documentation (#16)
1 parent 8648d08 commit b0f9b2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ These methods have the same behavior than the classic `find_element` methods but
2020

2121
They take only one argument which is the path to the PNG image that you search.
2222

23-
## Find element by image
23+
## Find image
2424

2525
The methods `find_image` and `find_images` are available only from the `WebDriver` object. Only the visible page is analyzed in order to locate the image.
2626

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repo_url: https://github.com/cle-b/niobium
55

66
nav:
77
- Niobium: index.md
8-
- Find Element by Image: image.md
8+
- Find Image: image.md
99
- WebElement new actions: webelement_action.md
1010
- WebElement wait expected conditions: webelement_wait.md
1111

0 commit comments

Comments
 (0)