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 f376223 commit bcdca9aCopy full SHA for bcdca9a
source/getting-started.rst
@@ -76,7 +76,7 @@ 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
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.
+affect our search results::
80
81
elem.clear()
82
elem.send_keys("pycon")
0 commit comments