We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting this error back when the captcha solver runs on footlocker.com
This error occurs in captcha.js -> const googleKey = await context.evaluate(({ captchaSelector: captchaDivSelectorStr, captchaIframeSelector: captchaIframeSelectorStr }) => { const captchaDiv = captchaDivSelectorStr && document.querySelector(captchaDivSelectorStr); const iframe = captchaDiv ? captchaDiv.querySelector('iframe') : document.querySelector(captchaIframeSelectorStr); const iframeSrc = iframe.getAttribute('src');
const googleKey = await context.evaluate(({ captchaSelector: captchaDivSelectorStr, captchaIframeSelector: captchaIframeSelectorStr }) => { const captchaDiv = captchaDivSelectorStr && document.querySelector(captchaDivSelectorStr); const iframe = captchaDiv ? captchaDiv.querySelector('iframe') : document.querySelector(captchaIframeSelectorStr); const iframeSrc = iframe.getAttribute('src');
maybe someone can shed some light on this? I confused how it was able to target the iframe but the src attribute of the iframe it found was null..
The text was updated successfully, but these errors were encountered:
@Kohlsen thanks for opening this Issue, please see #47 for the latest on this issue.
Sorry, something went wrong.
No branches or pull requests
Getting this error back when the captcha solver runs on footlocker.com
This error occurs in captcha.js ->
const googleKey = await context.evaluate(({ captchaSelector: captchaDivSelectorStr, captchaIframeSelector: captchaIframeSelectorStr }) => { const captchaDiv = captchaDivSelectorStr && document.querySelector(captchaDivSelectorStr); const iframe = captchaDiv ? captchaDiv.querySelector('iframe') : document.querySelector(captchaIframeSelectorStr); const iframeSrc = iframe.getAttribute('src');
maybe someone can shed some light on this? I confused how it was able to target the iframe but the src attribute of the
iframe it found was null..
The text was updated successfully, but these errors were encountered: