Skip to content
New issue

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

[nodriver] await driver.get() randomly does not work on newly started Browser #2070

Open
Aperico-com opened this issue Nov 11, 2024 · 3 comments

Comments

@Aperico-com
Copy link

driver = await uc.start() await driver.get('https://address.com')

This does not work 50% of the time. When it does not work I only get a browser with no address filled in. Have anyone else experienced this and if so is there any way to fix it? I also notice a related problem when using the proxy extension, The proxy does not work if I do not add a long sleep after driver.start() or open a new window.

@rsbotmoo
Copy link

I am facing the same issue(using proxies)
Haven't figured out the reason yet.

@Syazvinski
Copy link

Same issue here.

@Aperico-com
Copy link
Author

Aperico-com commented Nov 21, 2024

I do this now, helps a little. Still no idea why this is happening, its like 50/50

await tab.wait()
# make sure page has loaded, bug??
if tab.target.url != 'https://x.com/':

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants