A
A
Alexey Poloz2017-10-01 20:31:12
Python
Alexey Poloz, 2017-10-01 20:31:12

Python Selenium How to get page content?

ChromeAdapter launches the browser, then the user enters a password, the page is redirected, and then the bot needs to receive all the content of the page, which is constantly updated
. How can this be implemented? Bot not working after user intervention

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2017-10-01
@dimonchik2013

in general, it would be nice to replace the user, but if not, the usual channel

time.sleep(10)
htmlbody = driver.page_source

but Selenium is for that and Selenium, in order to
code some kind of wait until there

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question