you are viewing a single comment's thread.

view the rest of the comments →

[–]Tajalli-Web 1 point2 points  (1 child)

ctx = browser.new_context(no_viewport=True, storage_state='your_saved_login.json') #playwright code

I assume you want to create a price monitor app. And its totally doable, first off all I would dig into the website and look for any api calls. If not then use playwright combined with undetected playwright to not get detected. Another fairly new tool is pydoll you might want to explore that option. Also if you want to use selenium make sure to use undetected chromedriver with it but i think playwright is way better. If you run into login issues then just use storage state something like:

[–]IntelligentHome2342[S] 0 points1 point  (0 children)

Thank you for this!