We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c3897 commit 1e8729bCopy full SHA for 1e8729b
1 file changed
BrowserStackLocalExample/BrowserStackExample/Example.cs
@@ -18,8 +18,8 @@ static void Main(string[] args)
18
new KeyValuePair<string, string>("key", BROWSERSTACK_ACCESS_KEY),
19
new KeyValuePair<string, string>("forcelocal", "true"),
20
new KeyValuePair<string, string>("verbose", "true"),
21
- // new KeyValuePair<string, string>("binarypath", "C:\\Users\\Admin\\Desktop\\BrowserStackLocal.exe"),
22
- // new KeyValuePair<string, string>("logfile", "C:\\Users\\Admin\\Desktop\\local.log"),
+ new KeyValuePair<string, string>("binarypath", "C:\\Users\\Admin\\Desktop\\BrowserStackLocal.exe"),
+ new KeyValuePair<string, string>("logfile", "C:\\Users\\Admin\\Desktop\\local.log"),
23
};
24
local.start(bsLocalArgs);
25
0 commit comments