python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Chrome DevTools Protocol using Boost Beast
I`m trying to use a web socket client that connects to a server using Boost library. The situation is that the server sometimes sends pre-determined amounts of JSON messages, but sometimes more.
From ...

Mecanik
Votes: 0
Answers: 1
Chrome DevTools Protocol - Network Events after page load
I'm trying to use the chrome-remote-interface package to register URL's requested by a page, through the Chrome DevTools Protocol.
It works fine until the page loads. After the page loads, I can't get...

Paulo Mendes
Votes: 0
Answers: 1
executing javascript code thought chrome dev tools protocol
I'm trying to execute some javascript code through CDTP and PyChromeDevTools library.
The following code works:
from terminal:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-d...
Francisco Sour
Votes: 0
Answers: 1
retrieve html from web page with chrome dev tools
I need to retrive html using chrome dev tools protocol but I have sum problem and the behaviour is not how expected
I'm using https://chromedevtools.github.io/devtools-protocol/tot/DOM/#method-getOute...
Francisco Sour
Votes: 0
Answers: 1