asyncDriver property

WebDriver asyncDriver

Produces a async_core.WebDriver with the same session ID. Allows backwards compatibility with other frameworks.

Implementation

async_core.WebDriver get asyncDriver => createAsyncWebDriver(this);