Documentation
¶
Index ¶
Constants ¶
View Source
const ( FirefoxName = "firefox" ChromeName = "chrome" )
View Source
const ( ByID = "id" ByXPATH = "xpath" ByLinkText = "link text" ByPartialLinkText = "partial link text" ByName = "name" ByTagName = "tag name" ByClassName = "class name" ByCSSSelector = "css selector" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
func NewFactory ¶
func NewFactory(init InitFactory) (*Factory, func(), error)
func (*Factory) MakeScreenshot ¶
func (f *Factory) MakeScreenshot(p MakeScreenshotPayload)
type InitFactory ¶
Click to show internal directories.
Click to hide internal directories.