Versions in this module Expand all Collapse all v0 v0.10.1 Feb 23, 2022 v0.10.0 Feb 23, 2022 Changes in this version + var Handler = http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { ... }) + var NewRemote = func(_ *testing.T, caps selenium.Capabilities, addr string) (selenium.WebDriver, error) + func RunChromeTests(t *testing.T, c Config) + func RunCommonTests(t *testing.T, c Config) + func RunFirefoxTests(t *testing.T, c Config) + type Config struct + Addr string + Browser string + Headless bool + Path string + SameSiteUnsupported bool + Sauce *sauce.Capabilities + SeleniumVersion semver.Version + ServerURL string + ServiceOptions []selenium.ServiceOption + SkipProxy bool