Skip to content

Commit 95fb785

Browse files
committed
clipboard permission
1 parent 4680372 commit 95fb785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def browser_context_args(browser_context_args: dict, base_url: str, request: Sub
7070
**browser_context_args,
7171
"no_viewport": True,
7272
"user_agent": Constants.AUTOMATION_USER_AGENT,
73-
"permissions": ["geolocation", "microphone", "camera"],
73+
"permissions": ["geolocation", "microphone", "camera", "clipboard-read", "clipboard-write"],
7474
}
7575

7676
if hasattr(request, "param"):

0 commit comments

Comments
 (0)