Skip to content

v6.5

Latest
Compare
Choose a tag to compare
@GCuser99 GCuser99 released this 20 Jun 20:23
version update

WebDriverManager class
- Fixed data type bug in countVersionParts function [@6DiegoDiego9]
- Installed ChromeDriver version is now detected via file attributes, similar to MSEdgeDriver
twinBASIC DLL
- Updated to latest StaticRegex version (https://github.com/sihlfall/vba-regex)
- Updated RegExp class wrapper for StaticRegex to handle named groups and other enhancements
- Saved above in https://github.com/GCuser99/vba-regex/tree/master/vbs_regexp
- Reorganized Setup file structure for Setup script to work in forked repo without modification
Utilities
- Added Utilities folder in src directory for improved accessibility
- Replaced VBScript utilities with PowerShell equivalents
- Added PowerShell scripts for launching Chrome and Edge in debugger mode
Test Modules
- Added test_Error module for testing general error reporting and Chrome bug tracking
- Continued refactoring of test modules to reduce reliance on external websites
Minor code cleanups
Added "Using Chrome Debugger Mode" section to Wiki