Documentation
¶
Index ¶
- type Client
- func (client *Client) ClickElement(selector string)
- func (client *Client) CreateDHCPAddressReservation(reservation DHCPAddressReservation) (err error)
- func (client *Client) DHCPAddressReservations() (reservations []DHCPAddressReservation, err error)
- func (client *Client) Exit()
- func (client *Client) FindElementBySelector(selector string) (elem selenium.WebElement)
- func (client *Client) FindElementsBySelector(selector string) (elems []selenium.WebElement)
- type Config
- type DHCPAddressReservation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ClickElement ¶
func (*Client) CreateDHCPAddressReservation ¶
func (client *Client) CreateDHCPAddressReservation(reservation DHCPAddressReservation) (err error)
func (*Client) DHCPAddressReservations ¶
func (client *Client) DHCPAddressReservations() (reservations []DHCPAddressReservation, err error)
func (*Client) FindElementBySelector ¶
func (client *Client) FindElementBySelector(selector string) (elem selenium.WebElement)
func (*Client) FindElementsBySelector ¶
func (client *Client) FindElementsBySelector(selector string) (elems []selenium.WebElement)
Click to show internal directories.
Click to hide internal directories.