Closed DaniEnsi closed 7 months ago
This program currently will not be able to solve turnstile challenges due to an issue with Playwright. For more information, see https://github.com/microsoft/playwright/issues/21780. As a temporary solution, pass the -d
flag and solve the challenge manually.
This program currently will not be able to solve turnstile challenges due to an issue with Playwright. For more information, see microsoft/playwright#21780. As a temporary solution, pass the
-d
flag and solve the challenge manually.
Yes, I read that in the readme, but why wont the undetected chrome-driver version work then? I though the issue is only with playwright, right?
When I try to use the chromedriver version, it opens, and insta closes, saying that the is no challenge present...
Nvm i figured out why... It shows this page when I use chromedriver:
The instructions for installing the Selenium Wire CA certificate are in the readme. Another thing to note is that undetected-chromedriver is currently not undetected with the latest version of Chrome.
The instructions for installing the Selenium Wire CA certificate are in the readme. Another thing to note is that undetected-chromedriver is currently not undetected with the latest version of Chrome.
Meaning even if loaded using google chrome it wouldn't be able to solve the turnstile challenge, correct?
If you're using undetected-chromedriver, yes.
The instructions for installing the Selenium Wire CA certificate are in the readme. Another thing to note is that undetected-chromedriver is currently not undetected with the latest version of Chrome.
Meaning even if loaded using google chrome it wouldn't be able to solve the turnstile challenge, correct?
If you're using undetected-chromedriver, yes.
I'm currently using playwright but there is some challenge it's not able to solve automatically right now, would you be interested in taking a look?
Sure
The instructions for installing the Selenium Wire CA certificate are in the readme. Another thing to note is that undetected-chromedriver is currently not undetected with the latest version of Chrome.
Meaning even if loaded using google chrome it wouldn't be able to solve the turnstile challenge, correct?
If you're using undetected-chromedriver, yes.
I'm currently using playwright but there is some challenge it's not able to solve automatically right now, would you be interested in taking a look?
Sure
Check this site out, https://flipd.gg
I run the command to parse the cookie from there but currently it's been needing a manual solve, I've been only using playwright.
Well, unfortunately, there isn't much you can do to prevent an interactive challenge when trying to solve a managed challenge.
The driver does not detect the checkbox, and therefore doesn't click it and fails... Also doesn't detect that it is interactive one which has to be clicked... Both on chrome driver and the other one...