Documentation ¶
Index ¶
- type RPA
- func (s *RPA) ClickElementByXPath(xPath string) error
- func (s *RPA) CloseAll()
- func (s *RPA) ClosePage()
- func (s *RPA) FindElementByXPath(xPath string) (*rod.Element, error)
- func (s *RPA) HasByXPath(xPath string) bool
- func (s *RPA) Init(visible bool)
- func (s *RPA) InputElementByXPath(xPath string, text string) error
- func (s *RPA) NewPage(url string, closeActual bool)
- func (s *RPA) OpenInNewPageElement(xPath string) error
- func (s *RPA) Screenshot()
- func (s *RPA) Title() string
- func (s *RPA) URL() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RPA ¶
func (*RPA) ClickElementByXPath ¶
func (*RPA) FindElementByXPath ¶
func (*RPA) HasByXPath ¶
func (*RPA) InputElementByXPath ¶
func (*RPA) OpenInNewPageElement ¶
func (*RPA) Screenshot ¶
func (s *RPA) Screenshot()
Click to show internal directories.
Click to hide internal directories.