Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ff2d9 commit 88d3533Copy full SHA for 88d3533
source/getting-started.rst
@@ -73,7 +73,7 @@ method. Detailed explanation of finding elements is available in the
73
elem = driver.find_element_by_name("q")
74
75
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
+keyboard. Special keys can be sent using `Keys` class imported from
77
`selenium.webdriver.common.keys`. To be safe, we'll first clear any
78
prepopulated text in the input field (e.g. "Search") so it doesn't
79
affect our search results::
0 commit comments