Versions in this module Expand all Collapse all v0 v0.5.0 Mar 20, 2023 Changes in this version + func Addr(userName, accessKey string) string + type Capabilities struct + AutoAcceptAlerts *bool + AvoidProxy bool + Browser string + BuildNumber string + CaptureHTML *bool + ChromeDriverVersion string + CommandTimeout int + CustomData json.RawMessage + IEDriverVersion string + IdleTimeout int + MaximumDuration int + Platform string + PreRun *PreRun + Priority int + RecordLogs *bool + RecordScreenshots *bool + RecordVideo *bool + ScreenResolution string + SeleniumVersion string + Tags []string + TestName string + TimeZone string + UploadVideoOnPass *bool + Version string + Visibility Visibility + WebDriverScreenshot *bool + func (c *Capabilities) ToMap() (map[string]interface{}, error) + type Connect struct + AccessKey string + Args []string + ExtraVerbose bool + LogFile string + PIDFile string + Path string + QuitProcessUponExit bool + SeleniumPort int + UserName string + Verbose bool + func (c *Connect) Addr() string + func (c *Connect) Start() error + func (c *Connect) Stop() error + type PreRun struct + Args []string + Background bool + Executable string + Timeout int + type Visibility string + const Private + const Public + const PublicRestricted + const Team