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 9786bdf commit 4d02875Copy full SHA for 4d02875
src/main/java/com/browserstack/automate/AutomateClient.java
@@ -30,7 +30,7 @@ public final class AutomateClient extends BrowserStackClient implements Automate
30
* @param accessKey Access Key for your BrowserStack Automate account.
31
*/
32
public AutomateClient(String username, String accessKey) {
33
- super(BASE_URL, username, accessKey);
+ super(System.getProperty("browserstack.automate.api", BASE_URL), username, accessKey);
34
}
35
36
/**
0 commit comments