diff --git a/src/lib.rs b/src/lib.rs index 67c4a2b..8b644d0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -100,7 +100,7 @@ impl From for Error { } /// WebDriver server that can create a session. -pub trait Driver { +pub trait Driver: Send + Sync { /// The url used to connect to this driver fn url(&self) -> &str;