MaxxRK / chaseinvest-api

MIT License
6 stars 4 forks source link

Unable to launch, chase website never loads, loads fine using the link on its own #49

Open kunal-122 opened 11 hours ago

kunal-122 commented 11 hours ago

image

Hi there, I am trying to run the code, but I get this error after the chase website just stays frozen/spinning.

The error associated is "waiting for locator("#signin-button") to be visible.

MaxxRK commented 9 hours ago

you need to use a special version of playwright-stealth until I release a package.

run pip install -e git+https://github.com/MaxxRK/playwright_stealth.git@a6688bb792395f182d22dff3e330400bb0df1eca#egg=playwright_stealth the original playwright-stealth seems to have been abandoned right now. You may also need to run playwright install firefox after running this. It calls for a specific playwright version.