Documentation ¶ Index ¶ Constants type Interaction Constants ¶ View Source const ( InteractionTypeClick = "click" InteractionTypeScroll = "scroll" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Interaction ¶ type Interaction struct { Type string `yaml:"type,omitempty"` Selector string `yaml:"selector,omitempty"` Count int `yaml:"count,omitempty"` Delay int `yaml:"delay,omitempty"` } Interaction represents a simple user interaction with a webpage Source Files ¶ View all Source files types.go Click to show internal directories. Click to hide internal directories.