Skip to content

CDP Framework 2.7.4

Latest
Compare
Choose a tag to compare
@longvh211 longvh211 released this 03 May 12:04
· 5 commits to main since this release
0d95547

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.