Documentation ¶
Index ¶
- type WD
- func (wd *WD) AcceptAlert() error
- func (wd *WD) ActiveElement() (WebElement, error)
- func (wd *WD) ExecuteScript(script string, args []interface{}) (interface{}, error)
- func (wd *WD) FindElementBySelector(token string) []WebElement
- func (wd *WD) Get(url string) error
- func (wd *WD) MaximizeWindow(title string) error
- func (wd *WD) SaveScreenShoot(filename string)
- func (wd *WD) SetAlertText(text string) error
- func (wd *WD) Status() (*Status, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WD ¶
type WD struct {
// contains filtered or unexported fields
}
func (*WD) AcceptAlert ¶
func (*WD) ActiveElement ¶
func (*WD) ExecuteScript ¶
func (*WD) FindElementBySelector ¶
find element by selector & panic if error occupiers
func (*WD) MaximizeWindow ¶
func (*WD) SaveScreenShoot ¶
создает скриншот текущего окна браузера и сохраняет его в папке программы
func (*WD) SetAlertText ¶
создает скриншот текущего окна браузера и сохраняет его в папке программы
Click to show internal directories.
Click to hide internal directories.