Open nspessotCD opened 6 years ago
I have to set some local storage values to chrome and use auth0 or oauth2 authentication, is there a way to have auth support oauth2? or to set local storage values before doing chrome.goto(url)?
May not be the right solution but for setting localStorage, would chrome.evaluate() to run some JavaScript in the environment (https://joelgriffith.github.io/navalia/Chrome/evaluate/) help?
I have to set some local storage values to chrome and use auth0 or oauth2 authentication, is there a way to have auth support oauth2? or to set local storage values before doing chrome.goto(url)?