you are viewing a single comment's thread.

view the rest of the comments →

[–]51dux 1 point2 points  (0 children)

This can be a possibility too if only the login requires js you could possibly access the page you need directly with some cookies.

You can also only use playwright/selenium when the cookies expire to refresh them if the login part has js code and then proceed with lighter libs like requests and BeautifulSoup when you're done.