Skip to content

Add Browserstack webdriver BiDi (websocket) url #101

Description

@navSDET

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions