asyncDriver property Null safety
Produces a async_core.WebDriver with the same session ID. Allows backwards compatibility with other frameworks.
Implementation
async_core.WebDriver get asyncDriver => createAsyncWebDriver(this);
Produces a async_core.WebDriver with the same session ID. Allows backwards compatibility with other frameworks.
async_core.WebDriver get asyncDriver => createAsyncWebDriver(this);