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
{{ message }}
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
New to ZombieJs.
Im getting this error when i try to save the browser history and storage (i want to save the browser state between requests into a session).
Any idea why? or is there another way to save the browser between requests?
Below is the code i'm using. Any help would be greatly appreciated.
browser.visit(start_url)
.then(function(something){
console.log('processing...');
var history = browser.saveHistory();
res.send('finished');
});
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
New to ZombieJs.
Im getting this error when i try to save the browser history and storage (i want to save the browser state between requests into a session).
Any idea why? or is there another way to save the browser between requests?
Below is the code i'm using. Any help would be greatly appreciated.
browser.visit(start_url)
.then(function(something){
console.log('processing...');
var history = browser.saveHistory();
res.send('finished');
});
The text was updated successfully, but these errors were encountered: