Guest User

Untitled

a guest
Jun 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. pwd = "логин:пароль"
  2. url = 'http://' + pwd + 'всплывающее окно авторизации'
  3. wd: WebDriver = WebDriver()
  4. response = wd.get(url)
  5. wd.get("http://ссылка")
  6. wd.find_element_by_class_name("jss256").click()
  7. print(response)
Add Comment
Please, Sign In to add comment