pub trait WebdriverInfo: WebdriverUrlInfo + WebdriverInstallationInfo + WebdriverVerificationInfo + Sync { }
Expand description

Information required to download, verify, install driver.

Implementors§