Versions in this module Expand all Collapse all v3 v3.0.0 Mar 4, 2018 Changes in this version + type Page struct + PopupTextCall struct{ ... } + ReadAllLogsCall struct{ ... } + TitleCall struct{ ... } + URLCall struct{ ... } + WindowCountCall struct{ ... } + func (*Page) String() string + func (p *Page) PopupText() (string, error) + func (p *Page) ReadAllLogs(logType string) ([]agouti.Log, error) + func (p *Page) Title() (string, error) + func (p *Page) URL() (string, error) + func (p *Page) WindowCount() (int, error) + type Selection struct + ActiveCall struct{ ... } + AttributeCall struct{ ... } + CSSCall struct{ ... } + CountCall struct{ ... } + EnabledCall struct{ ... } + EqualsElementCall struct{ ... } + SelectedCall struct{ ... } + StringCall struct{ ... } + TextCall struct{ ... } + VisibleCall struct{ ... } + func (s *Selection) Active() (bool, error) + func (s *Selection) Attribute(attribute string) (string, error) + func (s *Selection) CSS(property string) (string, error) + func (s *Selection) Count() (int, error) + func (s *Selection) Enabled() (bool, error) + func (s *Selection) EqualsElement(selection interface{}) (bool, error) + func (s *Selection) Selected() (bool, error) + func (s *Selection) String() string + func (s *Selection) Text() (string, error) + func (s *Selection) Visible() (bool, error)