Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Browser_client ¶
type Browser_client struct {
Browser playwright.BrowserContext
Temp_path string
}
func Browser ¶
func Browser(kwg Browser_options) (*Browser_client, error)
func (*Browser_client) Page ¶
func (self *Browser_client) Page(page_options ...Page_options) (*Page_client, error)
type Browser_options ¶
type Page_client ¶
type Page_client struct {
Page playwright.Page
Temp_path string
Session *reqs.Client_data
Proxies string
Canche_not bool
Req_keys []string
Change_send func(*Req_send)
Change_recv func(Req_send, *Req_recv)
}
func (*Page_client) Goto ¶
func (self *Page_client) Goto(url string)
func (*Page_client) Route ¶
func (self *Page_client) Route()
func (*Page_client) Route_func ¶
func (self *Page_client) Route_func(route playwright.Route, request playwright.Request)
type Page_options ¶
Click to show internal directories.
Click to hide internal directories.