Skip to content

Commit 336f4ba

Browse files
committed
Update README.md
1 parent ddb3267 commit 336f4ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This UDF will allow you to interact with any browser that supports the [W3C WebD
55
- [JSON UDF](https://www.autoitscript.com/forum/topic/148114-a-non-strict-json-udf-jsmn)
66
- [WinHTTP UDF](https://www.autoitscript.com/forum/topic/84133-winhttp-functions/)
77
- [HtmlTable2Array UDF](https://www.autoitscript.com/forum/topic/167679-read-data-from-html-tables-from-raw-html-source/) (optional)
8+
- [WinHttp_WebSocket UDF](https://github.com/Danp2/autoit-websocket) (optional; needed for websocket CDP functionality)
89

910
- WebDriver for desired browser
1011
- Chrome [[download](https://sites.google.com/a/chromium.org/chromedriver/downloads)] [[status](https://chromium.googlesource.com/chromium/src/+/master/docs/chromedriver_status.md)]
@@ -68,10 +69,14 @@ This UDF will allow you to interact with any browser that supports the [W3C WebD
6869
- _WD_GetElementByName($sSession, $sName)
6970
- _WD_SetElementValue($sSession, $sElement, $sValue, $iStyle = Default)
7071
- _WD_ElementActionEx($sSession, $sElement, $sCommand, $iXOffset = Default, $iYOffset = Default, $iButton = Default, $iHoldDelay = Default, $sModifier = Default)
71-
- _WD_ExecuteCdpCommand($sSession, $sCommand, $oParams)
7272
- _WD_GetTable($sSession, $sBaseElement)
7373
- _WD_IsFullScreen($sSession)
7474

75+
## CDP functions
76+
77+
- _WD_ExecuteCDPCommand($sSession, $sCommand, $oParams, $sWebSocketURL = Default)
78+
- _WD_GetCDPSettings($sSession, $sOption)
79+
7580
## Source Code
7681
You will always be able to find the latest version in the GitHub Repo https://github.com/Danp2/WebDriver
7782

0 commit comments

Comments
 (0)