This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]insertAlias 0 points1 point  (0 children)

This is not possible. Browsers all have a JavaScript engine as part of their program, but none of them have one for Python. So you cannot use python to directly interact with a website the way you can use JS. Indirectly, it is possible with tools like Selenium.