class WebDriverException(Exception):
    ...

class TimeoutException(WebDriverException):
    ...
