Documentation
¶
Index ¶
- type AppiumRequest
- type Driver
- func (d *Driver) Close()
- func (d *Driver) FindElement(elBy string, elName string) *Element
- func (d *Driver) FindElements(elBy string, elName string) (elements []Element)
- func (d *Driver) GetPageSource() string
- func (d *Driver) GetSettings() string
- func (d *Driver) ImplicitWait(seconds int)
- func (d *Driver) Init()
- func (d *Driver) StartActivity(appPackage string, appActivity string)
- func (d *Driver) UpdateSettings(settings map[string]interface{})
- type Element
- type TouchActionParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppiumRequest ¶
AppiumRequest ...
type Driver ¶
type Driver struct { Client *client.Client DesiredCapabilities map[string]interface{} SessionID string }
Driver ...
func (*Driver) FindElement ¶
FindElement ...
func (*Driver) FindElements ¶
FindElements ...
func (*Driver) StartActivity ¶
StartActivity ...
func (*Driver) UpdateSettings ¶
UpdateSettings ...
type TouchActionParams ¶
type TouchActionParams struct {
// contains filtered or unexported fields
}
TouchActionParams ...
Click to show internal directories.
Click to hide internal directories.