Skip to content

Commit 1444086

Browse files
committed
version update
fixed WeCookies bug in ActiveX DLL source
1 parent 9df40d6 commit 1444086

Some content is hidden

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

43 files changed

+35
-34
lines changed

dist/SeleniumVBA.accdb

0 Bytes
Binary file not shown.

dist/SeleniumVBA.xlsm

-120 Bytes
Binary file not shown.

dist/SeleniumVBADLLSetup.exe

337 Bytes
Binary file not shown.

dist/readme.md

Lines changed: 1 addition & 0 deletions

src/VBA/ClassFactory.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Attribute VB_Description = "This class is used for object instantiation when ref
33
'@ModuleDescription "This class is used for object instantiation when referencing SeleniumVBA externally from another code project"
44
'@folder("SeleniumVBA.Source")
55
' ==========================================================================
6-
' SeleniumVBA v5.7
6+
' SeleniumVBA v5.8
77
'
88
' A Selenium wrapper for browser automation developed for MS Office VBA
99
'

src/VBA/WebActionChain.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Attribute VB_Description = "This class is used to emulate a human interaction se
1212
'@Exposed
1313
'@folder("SeleniumVBA.Source")
1414
' ==========================================================================
15-
' SeleniumVBA v5.7
15+
' SeleniumVBA v5.8
1616
'
1717
' A Selenium wrapper for browser automation developed for MS Office VBA
1818
'

src/VBA/WebAlert.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Attribute VB_Description = "This class is used to manage browser alerts - must b
1212
'@Exposed
1313
'@folder("SeleniumVBA.Source")
1414
' ==========================================================================
15-
' SeleniumVBA v5.7
15+
' SeleniumVBA v5.8
1616
'
1717
' A Selenium wrapper for browser automation developed for MS Office VBA
1818
'

src/VBA/WebCapabilities.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Attribute VB_Description = "This class is used to manage/set Selenium optional C
1212
'@Exposed
1313
'@folder("SeleniumVBA.Source")
1414
' ==========================================================================
15-
' SeleniumVBA v5.7
15+
' SeleniumVBA v5.8
1616
'
1717
' A Selenium wrapper for browser automation developed for MS Office VBA
1818
'

src/VBA/WebCookie.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Attribute VB_Description = "This class is used to manage/modify a cookie object"
1212
'@Exposed
1313
'@folder("SeleniumVBA.Source")
1414
' ==========================================================================
15-
' SeleniumVBA v5.7
15+
' SeleniumVBA v5.8
1616
'
1717
' A Selenium wrapper for browser automation developed for MS Office VBA
1818
'

src/VBA/WebCookies.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Attribute VB_Description = "This class is used to manage a collection of cookie
1212
'@Exposed
1313
'@folder("SeleniumVBA.Source")
1414
' ==========================================================================
15-
' SeleniumVBA v5.7
15+
' SeleniumVBA v5.8
1616
'
1717
' A Selenium wrapper for browser automation developed for MS Office VBA
1818
'

0 commit comments

Comments
 (0)