generated from rochacbruno/python-project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
Is it safe to specify screen width/height?
As I see it's determined based on a fingerprint:
Botright/botright/playwright_mock/browser.py
Lines 59 to 60 in f842900
| "screen": {"width": fingerprint.screen.width, "height": fingerprint.screen.height}, | |
| "viewport": {"width": fingerprint.screen.avail_width, "height": fingerprint.screen.avail_height}, |
Would doing this compromise the anti-bot measures?
context_args = {
'viewport': {'width': 1920, 'height': 1080},
}
browser = await botright_client.new_browser(**context_args)Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested