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
If I use BrowserConfigBuilder with .arg("--kiosk=about:blank"), it will fail because it will treat the entire string as the key. This was with the introduction of the Arg parsing, and will open a PR soon.
If I use
BrowserConfigBuilderwith.arg("--kiosk=about:blank"), it will fail because it will treat the entire string as the key. This was with the introduction of theArgparsing, and will open a PR soon.