File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ static SeleniumManager()
44
44
var currentDirectory = AppContext . BaseDirectory ;
45
45
if ( RuntimeInformation . IsOSPlatform ( OSPlatform . Windows ) )
46
46
{
47
- BinaryFullPath = Path . Combine ( currentDirectory , "selenium-manager\\ windows\\ selenium-manager.exe" ) ;
47
+ BinaryFullPath = Path . Combine ( currentDirectory , "selenium-manager/ windows/ selenium-manager.exe" ) ;
48
48
}
49
49
else if ( RuntimeInformation . IsOSPlatform ( OSPlatform . Linux ) )
50
50
{
51
- BinaryFullPath = Path . Combine ( currentDirectory , "selenium-manager\\ linux\\ selenium-manager" ) ;
51
+ BinaryFullPath = Path . Combine ( currentDirectory , "selenium-manager/ linux/ selenium-manager" ) ;
52
52
}
53
53
else if ( RuntimeInformation . IsOSPlatform ( OSPlatform . OSX ) )
54
54
{
55
- BinaryFullPath = Path . Combine ( currentDirectory , "selenium-manager\\ macos\\ selenium-manager" ) ;
55
+ BinaryFullPath = Path . Combine ( currentDirectory , "selenium-manager/ macos/ selenium-manager" ) ;
56
56
}
57
57
else
58
58
{
You can’t perform that action at this time.
0 commit comments