Skip to content

Commit 7f85cc0

Browse files
committed
version update
Added GetWebSocketUrl property to WebDriver class to facilitate BiDi connections [@hanamichi77777] Added test_bidi sub to test_Capabilities module
1 parent 1adfa0c commit 7f85cc0

46 files changed

Lines changed: 83 additions & 34 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

dist/SeleniumVBA.accdb

4 KB
Binary file not shown.

dist/SeleniumVBA.xlsm

1.36 KB
Binary file not shown.

dist/SeleniumVBADLLSetup.exe

1.62 KB
Binary file not shown.
1.32 KB
Binary file not shown.

dist/SeleniumVBA_with_pw_123.xlsm

-10.2 KB
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 v7.1
6+
' SeleniumVBA v7.2
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 v7.1
15+
' SeleniumVBA v7.2
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 v7.1
15+
' SeleniumVBA v7.2
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 v7.1
15+
' SeleniumVBA v7.2
1616
'
1717
' A Selenium wrapper for browser automation developed for MS Office VBA
1818
'

0 commit comments

Comments
 (0)