Skip to content

Commit

Permalink
selenium: update config_webdriver_chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Nov 4, 2023
1 parent c604f15 commit f9b5594
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ def __init__(self):
def __repr__(self):
if self._webdriver:
return str(dict(
module=__class__.__name__,
webdriver=self.webdriver,
name=self.webdriver.name,
browserVersion=self.webdriver.capabilities.get('browserVersion'),
chromedriverVersion=self.webdriver.capabilities.get('chrome').get('chromedriverVersion'),
chromedriver=self.chromedriver,
webdriver=self.webdriver,
))

return f'{__class__}'
Expand Down

0 comments on commit f9b5594

Please sign in to comment.