Permalink
Please sign in to comment.
Browse files
Replace backslashes in paths "correctly" on UNIX
The FirefoxOptions attempts to standardise paths to use forward slashes since these are most portable. The existing code works on Windows, but not a UNIX-like OS, which is a pity. The fix here will obviously fail if given a UNIX path with a valid backslash in it, but we'll assume that never happens.
- Loading branch information...
Showing
with
1 addition
and 7 deletions.
0 comments on commit
ed3e946