Documentation ¶
Index ¶
Constants ¶
View Source
const (
LatestVersion = "latest"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrowserSource ¶
type BrowserSource string
type Chrome ¶
type Chrome struct {
Requirements
}
type ChromeDownload ¶
type ChromeVersion ¶
type ChromeVersion struct { Version string `json:"version"` Downloads map[string][]ChromeDownload `json:"downloads"` }
type ChromeVersions ¶
type ChromeVersions struct {
Versions []ChromeVersion `json:"versions"`
}
type Chromium ¶
type Chromium struct {
Requirements
}
type Firefox ¶
type Firefox struct { SelenoidVersion string SeleniumVersion string Requirements }
type Image ¶
type Image struct { Dir string BuildArgs []string Labels []string FileServer bool Requirements }
type Requirements ¶
type YandexBrowser ¶
type YandexBrowser struct {
Requirements
}
func (*YandexBrowser) Build ¶
func (yb *YandexBrowser) Build() error
Click to show internal directories.
Click to hide internal directories.