Documentation
¶
Index ¶
- type Page
- type Selection
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Page ¶
type Page struct {
TitleCall struct {
ReturnTitle string
Err error
}
PopupTextCall struct {
ReturnText string
Err error
}
URLCall struct {
ReturnURL string
Err error
}
WindowCountCall struct {
ReturnCount int
Err error
}
ReadAllLogsCall struct {
LogType string
ReturnLogs []agouti.Log
Err error
}
}
func (*Page) WindowCount ¶
type Selection ¶
type Selection struct {
StringCall struct {
ReturnString string
}
TextCall struct {
ReturnText string
Err error
}
AttributeCall struct {
Attribute string
ReturnValue string
Err error
}
CSSCall struct {
Property string
ReturnValue string
Err error
}
SelectedCall struct {
ReturnSelected bool
Err error
}
VisibleCall struct {
ReturnVisible bool
Err error
}
EnabledCall struct {
ReturnEnabled bool
Err error
}
ActiveCall struct {
ReturnActive bool
Err error
}
CountCall struct {
ReturnCount int
Err error
}
EqualsElementCall struct {
Selection interface{}
ReturnEquals bool
Err error
}
}
func (*Selection) EqualsElement ¶
Click to show internal directories.
Click to hide internal directories.