Skip to content

Commit 8747469

Browse files
committed
version update
Fixed issue with TableToArray method of WebDriver class not honoring cell text formatting [@Ryunosuke] Added optional input argument to TableToArray method to ignore cell formatting
1 parent f5d371b commit 8747469

Some content is hidden

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

48 files changed

+244
-159
lines changed

dist/SeleniumVBA.accdb

0 Bytes
Binary file not shown.

dist/SeleniumVBA.xlsm

1.74 KB
Binary file not shown.

dist/SeleniumVBADLLSetup.exe

87 Bytes
Binary file not shown.

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.9
6+
' SeleniumVBA v6.0
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.9
15+
' SeleniumVBA v6.0
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.9
15+
' SeleniumVBA v6.0
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.9
15+
' SeleniumVBA v6.0
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.9
15+
' SeleniumVBA v6.0
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.9
15+
' SeleniumVBA v6.0
1616
'
1717
' A Selenium wrapper for browser automation developed for MS Office VBA
1818
'

src/VBA/WebDriver.cls

Lines changed: 83 additions & 60 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)