selenium.webdriver.common.bidi.common¶
Functions
|
Build a command iterator to send to the BiDi protocol. |
- selenium.webdriver.common.bidi.common.command_builder(method: str, params: dict | None = None) Generator[dict, dict, dict][source]¶
Build a command iterator to send to the BiDi protocol.
- Args:
method: The method to execute. params: The parameters to pass to the method. Default is None.
- Returns:
The response from the command execution.