Documentation ¶
Index ¶
- type AgoutiBrowser
- func (ab *AgoutiBrowser) ClickElementByID(id string) error
- func (ab *AgoutiBrowser) Close()
- func (ab *AgoutiBrowser) GetElementValueByID(id string) (string, error)
- func (ab *AgoutiBrowser) Open(url string) error
- func (ab *AgoutiBrowser) Submit(postData map[string]string, submitBtnClass string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgoutiBrowser ¶
type AgoutiBrowser struct {
// contains filtered or unexported fields
}
func NewAgoutiBrowser ¶
func NewAgoutiBrowser() (*AgoutiBrowser, error)
func (*AgoutiBrowser) ClickElementByID ¶
func (ab *AgoutiBrowser) ClickElementByID(id string) error
func (*AgoutiBrowser) Close ¶
func (ab *AgoutiBrowser) Close()
func (*AgoutiBrowser) GetElementValueByID ¶
func (ab *AgoutiBrowser) GetElementValueByID(id string) (string, error)
func (*AgoutiBrowser) Open ¶
func (ab *AgoutiBrowser) Open(url string) error
Click to show internal directories.
Click to hide internal directories.