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 e8c77b8 commit 4268c09Copy full SHA for 4268c09
rust/src/lib.rs
@@ -941,7 +941,7 @@ pub trait SeleniumManager {
941
.canonicalize()
942
.unwrap_or(path_buf.clone()),
943
);
944
- if WINDOWS.is(self.get_os()) {
+ if WINDOWS.is(self.get_os()) || canon_path.starts_with(UNC_PREFIX) {
945
canon_path = canon_path.replace(UNC_PREFIX, "")
946
}
947
if !path_buf_to_string(path_buf.clone()).eq(&canon_path) {
0 commit comments