Login Session
No credit card required
Login Session
No credit card required
Get localStorage, sessionStorage and cookies from logins for usage in other actors.
Browser User Agent
userAgent
stringOptional
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"
Max request retries
maxRequestRetries
integerOptional
How many retries before considering the request as failed
Default value of this property is 0
Website to grab a session from
website
arrayRequired
The website to get the session from. The login form should be available on the provided url
Session configuration
sessionConfig
objectOptional
The configuration for your sessions
Default value of this property is {"storageName":"login-sessions","maxAgeSecs":86400,"maxUsageCount":10000,"maxPoolSize":1}
Steps
steps
arrayRequired
Each step that should be taken for the login to happen. For multi-stage logins (username then password), provide multiple steps
Cookie domains
cookieDomains
arrayRequired
Specify the domains that should get cookies from
Default value of this property is []
Visit page timeout
gotoTimeout
integerOptional
How many seconds until page.goto should wait
Default value of this property is 30
Extra url blocking patterns
extraUrlPatterns
arrayOptional
Passes this blocking pattern to puppeteer.blockRequests, so you can selectively block some requests on the page
Default value of this property is []
- 8 monthly users
- 6 stars
- 14.8% runs succeeded
- Created in Feb 2020
- Modified over 3 years ago