new select() helper
This commit is contained in:
parent
eb026b7c3c
commit
b4c672fa46
6 changed files with 67 additions and 51 deletions
|
|
@ -43,7 +43,7 @@ else:
|
|||
|
||||
|
||||
__all__ = ['BrowserIncorrectPassword', 'BrowserBanned', 'BrowserUnavailable', 'BrowserRetry',
|
||||
'BasePage', 'BaseBrowser', 'ExpectedElementNotFound']
|
||||
'BasePage', 'BaseBrowser']
|
||||
|
||||
|
||||
# Exceptions
|
||||
|
|
@ -63,10 +63,6 @@ class BrowserRetry(Exception):
|
|||
pass
|
||||
|
||||
|
||||
class ExpectedElementNotFound(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class NoHistory(object):
|
||||
"""
|
||||
We don't want to fill memory with history
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue