Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChromeDriver ¶
type ChromeDriver struct { Driver // DriverPath sets the address of the chrome driver executable file DriverPath string Service }
ChromeDriver handles data for driver initialization with selenium packages
func (*ChromeDriver) SetDriverPath ¶
func (c *ChromeDriver) SetDriverPath(p string)
SetDriverPath sets the address of the chrome driver executable file
func (*ChromeDriver) Start ¶
func (c *ChromeDriver) Start()
Start initialize ChromeDriver for site handling
Click to show internal directories.
Click to hide internal directories.