VBA browser-automation Projects
-
VBAChromeDevProtocol
VBA (Excel) based wrapper for Chrome Developer Protocol (CDP) - sorta a VBA version of Puppeteer/Selenium
Project mention: TabFS – a browser extension that mounts the browser tabs as a filesystem | news.ycombinator.com | 2023-02-18I used to scan all the tabs in open browser windows to preserve all open URLs.
See also https://chromedevtools.github.io/devtools-protocol/ with Playwright et. al., even Excel VBA: https://github.com/PerditionC/VBAChromeDevProtocol
-
The way around this is using Selenium - VBA and then use either chrome, edge, or firefox. Then by studying the developer ribbon on the website I found the search box used for partner data, submit button and the approve check box.
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
VBA browser-automation related posts
Index
Project | Stars | |
---|---|---|
1 | VBAChromeDevProtocol | 48 |
2 | selenium-wrapper-vba | 15 |