Interface IGoToOptions

Hierarchy

Properties

antiCaptchaOptions?: IAntiCaptchaOptions
antiFingerPrint?: boolean
blockAds?: boolean
captureRequests?: boolean
checkBlocked?: boolean
cookies?: ICookie[]
deleteCookies?: ICookieDef[]
downloadLimit?: number
downloadRetries?: number
downloadTimeout?: number
firstRequestTimeout?: number
headers?: Record<string, string>
method?: "GET" | "POST"
mixedProxy?: boolean | IMixedProxyOptions
referer?: string
timeout?: number
waitUntil?: "load" | "networkidle0"