[][src]Type Definition thirtyfour_sync::WebDriver

type WebDriver = GenericWebDriver<ReqwestDriverSync>;

The WebDriver struct represents a browser session.

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