Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
longvh211 authored Jun 8, 2022
1 parent eeae575 commit 9750c1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This is a method to directly automate Chromium-based web browsers, such as Chrome, Edge, and Firefox, using VBA for Office applications by following the Chrome DevTools Protocol framework. This git is an enhanced framework based on the original pioneering article by ChrisK23 on CodeProject. You can find the original article as well as his example here at https://www.codeproject.com/Tips/5307593/Automate-Chrome-Edge-using-VBA\

**What It Can Do**

This method enables direct automation with Chromium-based web browsers for VBA without the need for a third-party tool software as SeleniumBasic. The framework also includes many examples and useful new functions added to the original repository to help you understand and get started quickly with deploying the CDP framework for your VBA solutions. Functions that are added over the original:
1. A method to make the browser visible and invisible.
2. New methods to create and manage multiple tabs at the same time.
Expand All @@ -10,7 +11,9 @@ This method enables direct automation with Chromium-based web browsers for VBA w
5. A method to easily start Edge or Chrome for automation at the user's choice.

**For a Demo**

The demo file has been prepared to help you get on-board easily with the framework. You can download the CDP Framework Excel macro file (.xlsm).

**For installation**

You can download the module files in the import folder and add them to your VBA application using the Import Modules option in the VBIDE screen. Or you can also use the modules already setup in the demo file mentioned above. They are the same modules as well. Note that the modules require Microsoft Scripting Runtime reference for the Dictionary object to work.

0 comments on commit 9750c1a

Please sign in to comment.