Skip to content

Commit 84ae0ff

Browse files
committed
add missing source links and license information
1 parent 8597c9a commit 84ae0ff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ But if you can only use VBA, then this is meant to provide a means to automate C
77
TODO: this currently relies on Chrome/Edge's ability to do the CDP via pipes when started, a future version will connect to the websocket to allow connecting to existing browsers.
88

99
See https://chromedevtools.github.io/devtools-protocol/ for overview of Chrome Devloper Protocol
10+
Initial work based on information and clsEdge from https://www.codeproject.com/Tips/5307593/Automate-Chrome-Edge-using-VBA
1011

1112
Special thanks / uses source based on
1213

14+
clsCDP derived from clsEdge : https://www.codeproject.com/Tips/5307593/Automate-Chrome-Edge-using-VBA - CPOL license copyright ChrisK23
1315
JsonConverter : https://github.com/VBA-tools/VBA-JSON - BSD license copyright Ryo Yokoyama
16+
clsProcess : https://stackoverflow.com/questions/62172551/error-with-createpipe-in-vba-office-64bit
1417
basUtf8FromString : https://www.di-mgt.com.au/basUtf8FromString64.bas.html - MIT copyright David Ireland DI Management Services Pty
15-
WinHttpCommon / wsocket : https://github.com/EagleAglow/vba-websocket-class - MIT copyright ?
16-
18+
WinHttpCommon / clsWebSocket : https://github.com/EagleAglow/vba-websocket-class - MIT copyright EagleAglow
19+
ClipboardUtils : https://msdn.microsoft.com/en-us/library/office/ff192913.aspx?f=255&MSPPError=-2147217396
20+
WinWindowStyle : https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-showwindow

0 commit comments

Comments
 (0)