From aaf3782a314fc0b4bf241d46a8ea08d716e4fb71 Mon Sep 17 00:00:00 2001 From: Kenneth J Davis Date: Sat, 12 Feb 2022 21:55:56 -0500 Subject: [PATCH] update TODO section of README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc73f4f..38c2a98 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,10 @@ See https://chromedevtools.github.io/devtools-protocol/ for overview of Chrome D Initial work based on information and clsEdge from https://www.codeproject.com/Tips/5307593/Automate-Chrome-Edge-using-VBA +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. + ## 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. +- currently only tested with and assumes working with Edge; future versions will detect and support spawning Chrome and possibly FireFox - improve/add usage documentation - 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_)