Answer the question
In order to leave comments, you need to log in
How to get HTML code from developer console?
I don't know how to phrase the question correctly.
When I open the HTML code, via:
import urllib.request
res = urllib.request.urlopen("site").read()
print(res)
Not all the lines that are in the Elements tab in the Google Chrome developer console are displayed.
Is there any way to get the HTML-code from Elements?
Answer the question
In order to leave comments, you need to log in
Все просто, дополнительные строки наверняка дописывает javascript, так что через urllib их никак не получить.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question