syncDriver property
Produces a sync_core.WebDriver with the same session ID. Allows forwards compatibility with other frameworks.
Implementation
sync_core.WebDriver get syncDriver => createSyncWebDriver(this);
Produces a sync_core.WebDriver with the same session ID. Allows forwards compatibility with other frameworks.
sync_core.WebDriver get syncDriver => createSyncWebDriver(this);