[][src]Type Definition thirtyfour::WebDriver

type WebDriver = GenericWebDriver<ReqwestDriverAsync>;

The WebDriver struct represents a browser session.

For full documentation of all WebDriver methods, see the WebDriverCommands trait.