extension
Web tools

SeleniumVBA

Drive selenium webdriver directly from VBA. If you don't have the driver installed, the library will attempt to download it for you and run it. However AV may restrict the running of this process.

Category: Web tools
Host: github.com
GitHub: @GCuser99
Platforms: Windows
Office apps: All Office apps

Open on github.com

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.
  • Edge Automation — Automate Chromium Edge using devtools protocol. [GitHub backup here](https://github.com/sancarn/stdVBA-Inspiration/tree/master/ChromeEdgeAutomation).
  • Chrome Automation (via devtools protocol) — Automate Chrome using chrome devtools protocol.
  • 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…