Skip to content

Requests are not processed when sleeping with authenticated proxies #4088

@AlyHany

Description

@AlyHany
from seleniumbase import SB

with SB(uc=True, proxy=open("proxy.txt").read()) as sb: # remove the proxy for it to load normally
    sb.activate_cdp_mode('about:blank')
    sb.open('https://yog9.github.io/SnapShot/#/SnapScout/mountain')
    sb.sleep(10) # No images are loaded

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions