Skip to content

The uc_driver binary patcher needs an upgrade #3406

@ehdud8451

Description

@ehdud8451

Driver Version

131.0.6778.264

new CDC string

window.cdc_adoQpoasnfa76pfcZLmcfl_Window

seleniumbase/undetected/patcher.py

    def is_binary_patched(self, executable_path=None):
        executable_path = executable_path or self.executable_path
        with io.open(executable_path, "rb") as fh:
            if re.search(
                b"window.cdc_adoQpoasnfa76pfcZLmcfl_"
                b"(Array|Promise|Symbol|Object|Proxy|JSON)",
                fh.read()
            ):
                return False
        return True

Metadata

Metadata

Assignees

Labels

UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeenhancementMaking things better

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions