Skip to content

Captcha solver error Evaluation failed: TypeError: Cannot read property 'getAttribute' of null #46

Open
@Kohlsen

Description

@Kohlsen

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..

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions