8000
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 694686b commit 720d054Copy full SHA for 720d054
src/test/java/com/lambdatest/TestNGTodo2.java
@@ -50,7 +50,7 @@ Steps to run Smart UI project (https://beta-smartui.lambdatest.com/)
50
String[] Tags = new String[] { "Feature", "Magicleap", "Severe" };
51
caps.setCapability("tags", Tags);
52
53
- driver = new RemoteWebDriver(new URL("https://sirajk:oz85RZKxbqX6X8aCQXuQgUDnojP8OwY3wx2SAkEswtgRuxl8n0@stage-hub.lambdatestinternal.com/wd/hub"), caps);
+ driver = new RemoteWebDriver(new URL("https://" + username + ":" + authkey + hub), caps);
54
}
55
56
@Test
0 commit comments