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

Skip to content

Commit bcdca9a

Browse files
committed
code block
1 parent f376223 commit bcdca9a

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
@@ -76,7 +76,7 @@ Next we are sending keys, this is similar to entering keys using your
7676
keyboard. Special keys can be send 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
79-
affect our search results.
79+
affect our search results::
8080

8181
elem.clear()
8282
elem.send_keys("pycon")

0 commit comments

Comments
 (0)