syncDriver property

WebDriver syncDriver

Produces a sync_core.WebDriver with the same session ID. Allows forwards compatibility with other frameworks.

Implementation

sync_core.WebDriver get syncDriver => createSyncWebDriver(this);