Skip to content

Commit e66f4fb

Browse files
committed
version update
Antivirus False-Positive Testing - Removed vba-regex alternative from AV false-positive test2 - now uses new built-in VBA RegExp SeleniumVBA twinBASIC DLL - Implemented first-pass attempt at COM Binary Compatibility to smooth out installation issues [@Jwesq] - removed dependency on Bill Stewart's UninsIS DLL by rewriting uninstall workflow in native Inno Setup pascal - added analize_registry.ps1 powershell script to Utilities folder for debugging install issues Bug Fixes - fixed getLocalOneDrivePath of WebShared module for finding local paths in root directory [@conan-hdk, @hanamichi77777, @6DiegoDiego9] - fixed WaitForDownload of WebDriver class when waiting for a download from Firefox browser Removed all early-binding references to VBScript_RegExp_55 in recognition of newly built-in VBA RegExp [@6DiegoDiego9, @hanamichi77777] Marked SendKeysToOS method of WebDriver class as DEPRECATED - please remove dependency before next version Removed unneeded test example subs and removed navigations to https:www.google.com due to recently implemented Capcha Updated Wiki Minor code cleanups
1 parent 4955b0a commit e66f4fb

70 files changed

Lines changed: 654 additions & 412 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ This project is an extensively modified/extended version of uezo's [TinySelenium
117117

118118
[twinBASIC](https://twinbasic.com/preview.html) by Wayne Phillips
119119

120-
[Inno Setup](https://jrsoftware.org/isinfo.php) by Jordan Russell and [UninsIS](https://github.com/Bill-Stewart/UninsIS) by Bill Stewart
120+
[Inno Setup](https://jrsoftware.org/isinfo.php) by Jordan Russell
121121

122122
[vba-regex](https://github.com/sihlfall/vba-regex) by sihlfall
123123

dev/av/test1/SeleniumVBA.xlsm

-155 Bytes
Binary file not shown.

dev/av/test10/SeleniumVBA.xlam

-2.5 KB
Binary file not shown.

dev/av/test10/SeleniumVBA.xlsm

-2.5 KB
Binary file not shown.

dev/av/test2/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
This version removes the following functionality from SeleniumVBA for AV false-positive testing:
2-
- Logging
3-
- SendKeysToOS
4-
- MS VBScript Regular Expression 5.5 replaced with [pure VBA alternative](https://github.com/sihlfall/vba-regex)
2+
3+
* Logging
4+
* SendKeysToOS
5+
* MS VBScript Regular Expression 5.5 reference removed

dev/av/test2/SeleniumVBA.xlsm

-130 KB
Binary file not shown.

dev/av/test3/SeleniumVBA.xlsm

-165 Bytes
Binary file not shown.

dev/av/test4/SeleniumVBA.xlsm

520 Bytes
Binary file not shown.

dev/av/test5/SeleniumVBA.xlsm

-11 Bytes
Binary file not shown.

dev/av/test6/SeleniumVBA.xlsm

-220 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)