Skip to content

Commit

Permalink
updated to work with latest version of SeleniumLibrary
Browse files Browse the repository at this point in the history
  • Loading branch information
boakley committed Jun 27, 2021
1 parent 01ca1cc commit 0ecc01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PageObjectLibrary/pageobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def selib(self):

@property
def browser(self):
return self.selib._current_browser()
return self.selib.driver

def __str__(self):
return self.__class__.__name__
Expand Down

0 comments on commit 0ecc01a

Please sign in to comment.