PerditionC / VBAChromeDevProtocol

VBA (Excel) based wrapper for Chrome Developer Protocol (CDP) - sorta a VBA version of Puppeteer/Selenium
https://PerditionC.github.io/VBAChromeDevProtocol/
MIT License
61 stars 13 forks source link

QuerySelectorAllOnFrame returns a single node instead of a Dictionary #13

Closed moaoci closed 1 year ago

moaoci commented 1 year ago

In AutomateBrowser, the function QuerySelectorAllOnFrame returns a single cdpDOMNode instead of a Dictionary.