A🚀
Size: a a a
A🚀
A🚀
MK
MK
reveal_type
E
MK
MK
MK
MK
A🚀
MK
MK
DB
AS
AS
mail = webdriver.Chrome()на последней строке валится
mail.get('https://yandex.ru')
time.sleep(3)
account = mail.find_element(By.LINK_TEXT, 'Войти в почту')
account.click()
time.sleep(5)
user= mail.find_element_by_css_selector("passp-field-login").send_keys('alexsuralek@yandex.ru')
AS
user= mail.find_element_by_css_selector('input#passp-field-login').send_keys('alexsuralek@yandex.ru')
AS
user= mail.find_element(by=By.ID, value='passp-field-login')так еще попробую но тоже не очень. исключение selenium.common.exceptions.NoSuchElementException:
IM
user= mail.find_element(by=By.ID, value='passp-field-login')так еще попробую но тоже не очень. исключение selenium.common.exceptions.NoSuchElementException:
AS