Login Session
Pricing
Pay per usage
Login Session
Get localStorage, sessionStorage and cookies from logins for usage in other actors.
0.0 (0)
Pricing
Pay per usage
9
435
13
Last modified
5 years ago
Pricing
Pay per usage
Get localStorage, sessionStorage and cookies from logins for usage in other actors.
0.0 (0)
Pricing
Pay per usage
9
435
13
Last modified
5 years ago
userAgentstringOptional
Choose an user-agent string
Default value of this property is "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36"
maxRequestRetriesintegerOptional
How many retries before considering the request as failed
Default value of this property is 0
websitearrayRequired
The website to get the session from. The login form should be available on the provided url
sessionConfigobjectOptional
The configuration for your sessions
Default value of this property is {"storageName":"login-sessions","maxAgeSecs":86400,"maxUsageCount":10000,"maxPoolSize":1}
stepsarrayRequired
Each step that should be taken for the login to happen. For multi-stage logins (username then password), provide multiple steps
cookieDomainsarrayRequired
Specify the domains that should get cookies from
Default value of this property is []
gotoTimeoutintegerOptional
How many seconds until page.goto should wait
Default value of this property is 30
extraUrlPatternsarrayOptional
Passes this blocking pattern to puppeteer.blockRequests, so you can selectively block some requests on the page
Default value of this property is []