Skip to content

Releases: longvh211/Chromium-Automation-with-CDP-for-VBA

CDP Framework 2.7.4

03 May 12:04
0d95547
Compare
Choose a tag to compare

2.7 completed the grand improvement project on the framework with the enhancement on multi-tab handling mechanism. Now CDP pipe will no longer restricts to the original tab but can be transferred to another tab.

  • 2.7.1 bug fixes on the .start method.
  • 2.7.2 bug fixes on the getElements method "Type Mismatch" error prompt.
  • 2.7.3 tweaks for compatibility with Word & Access out-of-the-box.
  • 2.7.4 more tweaks for Word & Access compat. Added a new method .isExist for CDPElement class to easily check if the target element is found. Enhanced .getTab with a new argument "doRetry" to let it retry until the tab is popped up and found within a certain amount of time.

CDP Framework 2.6

28 Apr 16:50
4026953
Compare
Choose a tag to compare

Powerful and critical additions to the framework capability in order to work with React forms intuitively.

CDP Framework 2.5

27 Apr 05:19
9011bbf
Compare
Choose a tag to compare

Official stable release of v2.5. All demo examples worked well.

CDP Framework 1.1

23 Dec 02:53
664abc9
Compare
Choose a tag to compare

Removed serializablity validation and removed class_terminate procedure to keep handles constantly open for multiple separate automation runs. Enhanced the wait method by adding an additional initial Sleep 0.5.

CDP Framework 1.0

08 Jun 02:48
9750c1a
Compare
Choose a tag to compare
Update README.md