skadogg / personal-tv-guide

Python-based JustWatch scraper
GNU General Public License v3.0
6 stars 7 forks source link

👽 Click through modal with Selenium #79

Closed skadogg closed 7 months ago

skadogg commented 7 months ago

JustWatch just updated the signin process to include this privacy settings page. It appears right after loading the page, before clicking the Sign In button. Until moving past this screen by clicking Save Settings, we can't actually sign in.

image

skadogg commented 7 months ago

I added a quick patch to prompt the user to manually handle this new privacy prompt. It turns off headless mode and waits for user acknowledgement before continuing.

I tried to figure out how to click the Save Settings button, but I haven't quite been able to get it working. Any help here would be greatly appreciated!

skadogg commented 7 months ago

Found almost the same issues here.