Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Browser ¶
type Browser struct { Name string `xml:"name,attr"` DefaultVersion string `xml:"defaultVersion,attr"` DefaultPlatform string `xml:"defaultPlatform,attr,omitempty"` Versions []Version `xml:"version"` }
Browser - one browser name, e.g. Firefox with all available versions
type Host ¶
type Host struct { Name string `xml:"name,attr"` Port int `xml:"port,attr"` Count int `xml:"count,attr"` Username string `xml:"username,attr,omitempty"` Password string `xml:"password,attr,omitempty"` VNC string `xml:"vnc,attr,omitempty"` Scheme string `xml:"scheme,attr,omitempty"` Region string `xml:"-" json:"-"` VncInfo *VncInfo `xml:"-" json:"-"` }
Host - just a hostname
Click to show internal directories.
Click to hide internal directories.