dudicp

Results 6 comments of dudicp

> What do you mean by that? As soon as you're being disconnected you can try again, no? I can try reconnect, but if the disconnect reason was because the...

The idea was to recover a connection to a specific target-id in case the websocket experienced network issue, is there a way I can query if the target-id still valid?...

Yes, this is what I've implemented today but it is not optimal, because in my use-case I have a lot of opened targets and on each disconnection I need to...

I'm trying to deal with #1 - the connectivity between the node that run the script and the one that hosts the Chrome instance breaks; When the connection breaks, the...

The Web-API ([navigation.entries()](https://developer.mozilla.org/en-US/docs/Web/API/Navigation/entries)) returns the entires for navigation performed on the same-origin. While CDP [Page.getNavigationHistory](https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-getNavigationHistory) is returning entries cross-origin. I have a use-case to check navigation history when navigation from...

At a high level, I'm developing a proxy solution which using client-side code that manipulates the browser's history (via pushState and replaceState) during cross-origin navigation. I need to verify the...