You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggestion: There's a popular headless browser project Browserless, it is very simple to use, maintaining independent puppeteer docker image maybe painful sometime, browserless is a good choice : )
Puppeteer allows you to specify a remote location for chrome via the browserWSEndpoint option. Setting this for browserless is a single line of code change.
The problem with prerendering (=browserless) are timeouts. One option would be to pass markup from browserless in the request, but then it would need to be via post and not get, which makes is less accessible. It could add a browserless option to feedless though
Suggestion: There's a popular headless browser project Browserless, it is very simple to use, maintaining independent puppeteer docker image maybe painful sometime, browserless is a good choice : )
Before
After
Docker Image home page
The text was updated successfully, but these errors were encountered: