add ExpectedElementNotFound exception

This commit is contained in:
Christophe Benz 2010-07-10 02:30:29 +02:00
commit 166bfea683

View file

@ -43,7 +43,7 @@ else:
__all__ = ['BrowserIncorrectPassword', 'BrowserBanned', 'BrowserUnavailable', 'BrowserRetry',
'BasePage', 'BaseBrowser', ]
'BasePage', 'BaseBrowser', 'ExpectedElementNotFound']
# Exceptions
@ -59,6 +59,9 @@ class BrowserUnavailable(Exception):
class BrowserRetry(Exception):
pass
class ExpectedElementNotFound(Exception):
pass
class NoHistory(object):
"""
We don't want to fill memory with history