You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug: true # <boolean> # Set to true if you need screenshots for every selenium command ran
79
80
networkLogs: false # <boolean> Set to true to enable HAR logs capturing
80
81
consoleLogs: errors # <string> Remote browser's console debug levels to be printed (Default: errors)
82
+
autoGrantPermissions: true
83
+
autoAcceptAlerts: true
81
84
# Available options are `disable`, `errors`, `warnings`, `info`, `verbose` (Default: errors)
82
85
# Test Observability is an intelligent test reporting & debugging product. It collects data using the SDK. Read more about what data is collected at https://www.browserstack.com/docs/test-observability/references/terms-and-conditions
83
86
# Visit observability.browserstack.com to see your test reports and insights. To disable test observability, specify `testObservability: false` in the key below.
0 commit comments