We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8001566 commit 9ab4f75Copy full SHA for 9ab4f75
rust/src/lib.rs
@@ -328,7 +328,7 @@ pub trait SeleniumManager {
328
Ok(Some(browser_binary_path))
329
} else {
330
self.get_logger().warn(format!(
331
- "Expected {} path does not exists: {}",
+ "Expected {} path does not exist: {}",
332
self.get_browser_name(),
333
browser_binary_path.display()
334
));
0 commit comments