|
@ -2,8 +2,6 @@ import time |
|
|
|
|
|
|
|
|
from selenium.webdriver.chrome.options import Options |
|
|
from selenium.webdriver.chrome.options import Options |
|
|
from seleniumrequests import Chrome |
|
|
from seleniumrequests import Chrome |
|
|
from selenium.webdriver.common.action_chains import ActionChains |
|
|
|
|
|
from selenium.common.exceptions import NoSuchElementException, StaleElementReferenceException |
|
|
|
|
|
|
|
|
|
|
|
def login(user_email_address, |
|
|
def login(user_email_address, |
|
|
user_password, |
|
|
user_password, |
|
|