Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name of this action Name = "Screenshot" // Description of this action Description = "Screenshot takes a picture of the screen at the given URL" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Screenshot ¶
Screenshot is an action
func (*Screenshot) Description ¶
func (a *Screenshot) Description() string
Description returns what the action does
func (*Screenshot) Take ¶
func (a *Screenshot) Take() (err error)
Take performs the action to take a screenshot
Click to show internal directories.
Click to hide internal directories.