Documentation
¶
Index ¶
- func GetChild(ele selenium.WebElement, index int) (selenium.WebElement, error)
- func GetChildByPath(ele selenium.WebElement, indexes []int) (selenium.WebElement, error)
- func SaveSnapshot(wd selenium.WebDriver, name string) error
- func ScrollToBottom(wd selenium.WebDriver) error
- func WaitDocumentReady(wd selenium.WebDriver, moreCondition func(wd selenium.WebDriver) (bool, error)) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChild ¶
func GetChild(ele selenium.WebElement, index int) (selenium.WebElement, error)
func GetChildByPath ¶
func GetChildByPath(ele selenium.WebElement, indexes []int) (selenium.WebElement, error)
func ScrollToBottom ¶ added in v0.0.5
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.