Skip to content

Commit 3ebd31c

Browse files
committed
Fixed bug in example
1 parent 7370121 commit 3ebd31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Creating a headless Selenium bot and filling in a form is as easy as
6262
self.populate_text_field(searchbox_locator, 'query')
6363
6464
65-
bot = MyBot(browser='chrome', executable_path='/usr/bin/chromedriver', headless=True)
65+
bot = MyBot(browser='chrome', executable_path='/usr/bin/chromedriver', run_headless=True)
6666
bot.goto_google()
6767
bot.shut_down()
6868

0 commit comments

Comments
 (0)