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.
2 parents 2fe067d + d7acefe commit 98402b1Copy full SHA for 98402b1
BrowserStackLocalExample.java
@@ -12,7 +12,7 @@ public class BrowserStackLocalExample {
12
Local l;
13
14
public static void main() throws Exception {
15
- String username = System.getenv("BROWSERSTACK_USER");
+ String username = System.getenv("BROWSERSTACK_USERNAME");
16
String access_key = System.getenv("BROWSERSTACK_ACCESS_KEY");
17
18
DesiredCapabilities caps = new DesiredCapabilities();
0 commit comments