Hi Team,
I was checking to run the Java version TC's on Browserstack with TestNG
below is the setUp method:
@BeforeMethod
public void setup() {
browser = Vibium.start (new StartOptions().connectURL("https://username:accesskey@hub-cloud.browserstack.com"));
page = browser.page();
}
but I am getting below error
com.vibium.errors.VibiumConnectionException: vibium process did not send ready signal (exit code: 1) stderr: [router] Connecting to remote browser for client 1: https://username:accesskey@hub-cloud.browserstack.com [router] Failed to connect to remote browser for client 1: failed to connect to https://username:accesskey@hub-cloud.browserstack.com: malformed ws or wss URL [pipe] Failed to send ready signal: pipe closed
Thanks!
Hi Team,
I was checking to run the Java version TC's on Browserstack with TestNG
below is the setUp method:
@BeforeMethod
public void setup() {
browser = Vibium.start (new StartOptions().connectURL("https://username:accesskey@hub-cloud.browserstack.com"));
page = browser.page();
}
but I am getting below error
com.vibium.errors.VibiumConnectionException: vibium process did not send ready signal (exit code: 1) stderr: [router] Connecting to remote browser for client 1: https://username:accesskey@hub-cloud.browserstack.com [router] Failed to connect to remote browser for client 1: failed to connect to https://username:accesskey@hub-cloud.browserstack.com: malformed ws or wss URL [pipe] Failed to send ready signal: pipe closed
Thanks!