Documentation ¶
Overview ¶
Package crawlerx @Author bcy2007 2024/4/2 14:44
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionType ¶
type ActionType string
const ( HoverAction ActionType = "hover" InputAction ActionType = "input" ClickAction ActionType = "click" SelectAction ActionType = "select" SetFileAction ActionType = "setFile" )
type PreAction ¶
type PreAction struct { Action ActionType Selector string Params string }
type PreActionJson ¶
Click to show internal directories.
Click to hide internal directories.