Open
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'
Contributor
|
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? |
Contributor
|
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.