asyncElement property
Produces a compatible async_core.WebElement. Allows backwards compatibility with other frameworks.
Implementation
async_core.WebElement get asyncElement => createAsyncWebElement(this);
Produces a compatible async_core.WebElement. Allows backwards compatibility with other frameworks.
async_core.WebElement get asyncElement => createAsyncWebElement(this);