Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
With Selenium.
Installation is done like this:
pip install selenium
Scant documentation is available at the link .
There is also a series of articles on Habré "Selenium for Python" from 2015:
pip install requests-html
from requests_html import HTMLSession
session = HTMLSession()
url = 'https://toster.ru'
r = session.get(url)
r.html.render()
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question