Skip to content

Commit aaf3782

Browse files
committed
update TODO section of README
1 parent 76eafb4 commit aaf3782

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ See https://chromedevtools.github.io/devtools-protocol/ for overview of Chrome D
88

99
Initial work based on information and clsEdge from https://www.codeproject.com/Tips/5307593/Automate-Chrome-Edge-using-VBA
1010

11+
Primarily connects directly to browser using Chrome/Edge's ability to use the CDP via pipes when started, however, now also has basic support for connecting to browser through standard websocket interface so can reuse already open browser if started with CDP port 9222 listening.
12+
1113
## TODO
12-
- 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.
14+
- currently only tested with and assumes working with Edge; future versions will detect and support spawning Chrome and possibly FireFox
1315
- improve/add usage documentation
1416
- generator needs some more work (still has some class names too long/clash, still has some clashes with reserved words, incorrectly assumes class for unspecified _object_)
1517

0 commit comments

Comments
 (0)