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 107a606 commit 8b5f5d6Copy full SHA for 8b5f5d6
example/bellatrix.config.ts
@@ -27,7 +27,7 @@ const config: BellatrixConfigurationOverride = {
27
delayBeforeAction: 0,
28
},
29
executionSettings: {
30
- browserAutomationTool: 'playwright', // playwright, selenium
+ browserAutomationTool: 'selenium', // playwright, selenium
31
browser: 'edge', // chrome, firefox, safari, edge
32
viewport: { width: 1920, height: 1080 },
33
startMaximized: false,
0 commit comments