WebDriver how to

This page lists how-to guides for WebDriver.

Create a WebDriver BiDi connection

The client and the browser communicate using the WebDriver BiDi protocol over a WebSocket connection. This article explains how to establish that connection.