VBAChromeDevProtocol
VBAChromeDevProtocol copied to clipboard
VBA (Excel) based wrapper for Chrome Developer Protocol (CDP) - sorta a VBA version of Puppeteer/Selenium
The error ( halt to the STOP instruction ) occurs when the browser is manually disconnected while the user macros are running. Might also happen if www site returns a...
Improve / rewrite CDP code generation. Some commands are not supported due to too long class names and some not supported as not properly mapping CDP type to valid VBA...
One change in AutomateBrowser.bas and one example module created to show how to access nodes inside of
I want to open two tabs in Chrome, switch between them, and execute some JavaScript code. The problem is that I can only execute JavaScript for the main session. The...