WebDriver: W3C Actions and CDP (manual)
Low-level W3C Actions execution and arbitrary Chrome DevTools Protocol (CDP) calls exposed on WebDriver.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll)

PerformW3CActions / ReleaseW3CActions

Send a W3C Actions payload or release all pressed keys/pointers.

ChromeDevToolsCommand / ChromeDevToolsCommandAndGetResult

Invoke CDP methods by domain/method name with JSON parameters; optional session id for targets.

See Also