Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

browser.saveHistory() - TypeError: undefined is not a function #923

Open
Abbid opened this issue Jun 10, 2015 · 0 comments
Open

browser.saveHistory() - TypeError: undefined is not a function #923

Abbid opened this issue Jun 10, 2015 · 0 comments

Comments

@Abbid
Copy link

Abbid commented Jun 10, 2015

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');
});

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant