We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4680372 commit 95fb785Copy full SHA for 95fb785
tests/conftest.py
@@ -70,7 +70,7 @@ def browser_context_args(browser_context_args: dict, base_url: str, request: Sub
70
**browser_context_args,
71
"no_viewport": True,
72
"user_agent": Constants.AUTOMATION_USER_AGENT,
73
- "permissions": ["geolocation", "microphone", "camera"],
+ "permissions": ["geolocation", "microphone", "camera", "clipboard-read", "clipboard-write"],
74
}
75
76
if hasattr(request, "param"):
0 commit comments