7 lines
186 B
Python
7 lines
186 B
Python
from selenium.common.exceptions import TimeoutException, NoSuchElementException, ElementClickInterceptedException
|
|
|
|
class Banned(Exception):
|
|
pass
|
|
|
|
class NotBanned(Exception):
|
|
pass |