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
When connecting to a remote chromium instance, technically there's no need to have any local browsers installed. However, the driver.isUpToDateDriver() check in run.go can't easily be bypassed and it insists on checking for existence of certain directories. Would it be possible to have a run flag that bypasses these checks?