extension
Web tools

Edge Automation

Automate Chromium Edge using devtools protocol. [GitHub backup here](https://github.com/sancarn/stdVBA-Inspiration/tree/master/ChromeEdgeAutomation).

Category: Web tools
Host: codeproject.com
GitHub: @sancarn
Platforms: Windows
Office apps: All Office apps

Open on codeproject.com

8 Q&A referencing Edge Automation

Alternative web tools libraries (6)

  • VBA-Web — Connect VBA, Excel, Access, and Office for Windows and Mac to web services and the web.
  • VBA-WebSocket — Microsoft example code for a WebSocket client which can be used in conjunction with an echo server. There…
  • vbAsyncSocket — Simple and thin WinSock API wrappers for VB6 loosely based on the original CAsyncSocket wrapper in MFC.
  • Chrome Automation (via devtools protocol) — Automate Chrome using chrome devtools protocol.
  • SeleniumVBA — Drive selenium webdriver directly from VBA. If you don't have the driver installed, the library will attempt to…
  • webxcel — A webserver which runs a RESTful backend. The creator also made an [article](https://dev.to/michaelneu/to-vba-and-beyond—building-a-restful-backend-using-plain-microsoft-excel-macros-76n) on how it works on…

More from @sancarn (6)

  • stdVBA — A framework containing numerous classes for automation and utility. Focuses on code compactness and long-term maintainability.
  • Accessibility Inspector — An inspector/explorer for accessibility in applications. Useful for automation.
  • Running Object Table Inspector — An inspector for the running object table (ROT), a table of global running COM objects which…
  • Clipboard Inspector — Allows inspection of data held in the clipboard. Useful for reverse engineering clipboard usage in other…
  • Registry Inspector — Allows inspection of the win32 registry. Equivalent of regedit basically, but implemented entirely in VBA.
  • JSON Inspector — An inspector for JSON data, can be called on demand too as a dev tool for…