Documentation ¶
Index ¶
- type Browser
- type Manager
- type ManagerConfig
- type Page
- func (p *Page) AcceptDialog(fn func())
- func (p *Page) ClickOn(jsRegex string)
- func (p *Page) DoesNotHaveContent(selector, jsRegex string)
- func (p *Page) ElementByLabel(labelText string) *rod.Element
- func (p *Page) FillIn(labelOrSelector string, content string)
- func (p *Page) HasContent(selector, jsRegex string)
- func (p *Page) Scope(selector string) *Scope
- func (p *Page) Within(selector string, fn func(scope *Scope))
- type Scope
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Browser ¶
type Manager ¶
func NewManager ¶
func NewManager(config ManagerConfig) (*Manager, error)
type ManagerConfig ¶
type Page ¶
func (*Page) AcceptDialog ¶
func (p *Page) AcceptDialog(fn func())
func (*Page) DoesNotHaveContent ¶
func (*Page) HasContent ¶
Click to show internal directories.
Click to hide internal directories.