VBAChromeDevProtocol icon indicating copy to clipboard operation
VBAChromeDevProtocol copied to clipboard

VBA (Excel) based wrapper for Chrome Developer Protocol (CDP) - sorta a VBA version of Puppeteer/Selenium

Results 7 VBAChromeDevProtocol issues
Sort by recently updated
recently updated
newest added

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...

enhancement
question

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...

enhancement

Test Firefox and fix & document any features that don't work

bug
documentation
enhancement

Add documentation with examples for using.

documentation

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...