Skip to content

Commit

Permalink
updated remote selenium string
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaffer321 committed Sep 12, 2019
1 parent 958385b commit a874362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Runner:
def __init__(self, account, url, logger):
self.logger = logger
self.driver =webdriver.Remote(
command_executor='selenium-server:4444/wd/hub',
command_executor='http://selenium-server:4444/wd/hub',
desired_capabilities=DesiredCapabilities.CHROME)
self.driver.get('https://bankofamerica.com')
self.account = account
Expand Down

0 comments on commit a874362

Please sign in to comment.