Skip to content

Commit

Permalink
selenium: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Nov 7, 2023
1 parent cc39278 commit ab7e85b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions automon/integrations/seleniumWrapper/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ def __init__(self):
self._edge = NotImplemented
self._firefox = NotImplemented

def __repr__(self):
if self.webdriver_wrapper:
return self.webdriver_wrapper

@property
def webdriver(self):
try:
Expand Down

0 comments on commit ab7e85b

Please sign in to comment.