selenium.webdriver.remote.websocket_connection#
Classes
|
- class WebSocketConnection(url, timeout, interval)[source]#
Bases:
object- send_cmd(method, params)[source]#
Send one command and return its raw reply (
resultorerrorleft intact).The dumb-send counterpart to
execute: no coroutine, no error raising. The caller parses the reply into its declared type and raises onerroritself.
- on(event, callback)#