Skip to content

Commit

Permalink
fix: add missing standard W3C caps (#1841)
Browse files Browse the repository at this point in the history
  • Loading branch information
eglitise authored Dec 5, 2024
1 parent 0bbad62 commit 74c4c2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/common/renderer/constants/session-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ export const STANDARD_W3C_CAPS = [
'proxy',
'setWindowRect',
'timeouts',
'strictFileInteractability',
'unhandledPromptBehavior',
'userAgent',
'webSocketUrl', // WebDriver BiDi
];

0 comments on commit 74c4c2d

Please sign in to comment.