-
Notifications
You must be signed in to change notification settings - Fork 109
Fix opts var #34
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
base: main
Are you sure you want to change the base?
Fix opts var #34
Conversation
Updated goto link Replaced asyncio.eventloop() to asyncio.run() Added stealth arguments
Added full page screenshot for stealth with passed arguments with desired value *in this case: mimicking a mobile device*
support msedge (HeadlessEdg/)
Remove deprecated pkg_resources references
log not exist
buid 1.0.7 for local version
replace all 'Headless'
del all 'Headless'
|
FYI, it's been a year since anyone has committed to this repo. I've started my own fork here: https://github.com/Mattwmaster58/playwright_stealth with all these enhancements and more. |
|
@Mattwmaster58 does your repo have the changes in this PR? |
|
Probably not this PR exactly, but definitely some form of all the good parts, including the opts fix. |
|
I just ran into this. All of these alpha Asians have never worked reliably for me, but it seems like this approach solves all of these issues. Check it out! I think it's the better approach compared to a repo like this. |
|
@iloveitaly thank you for sharing... though, show more professionalism. |
|
Ha, sorry that was me trusting my audio transcription tool :) that is not what I meant to say. |
This has been tested with playwright version 1.47.0 and requires that version now.
This fixes the opts variable not being defined. This was causing pages not to load.
It has the other PR's present in it.