Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88d3533

Browse files
Fixed grammar
1 parent d8ff2d9 commit 88d3533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ method. Detailed explanation of finding elements is available in the
7373
elem = driver.find_element_by_name("q")
7474

7575
Next we are sending keys, this is similar to entering keys using your
76-
keyboard. Special keys can be send using `Keys` class imported from
76+
keyboard. Special keys can be sent using `Keys` class imported from
7777
`selenium.webdriver.common.keys`. To be safe, we'll first clear any
7878
prepopulated text in the input field (e.g. "Search") so it doesn't
7979
affect our search results::

0 commit comments

Comments
 (0)