Skip to content

BrowserStack host needed in tunnelOptions? #28

Open
@oyvindeh

Description

@oyvindeh

I tried to run the tutorial code towards BrowserStack, but nothing happened after the tunnel was created. No session appeared in the BrowserStack session interface. However, after adding host to tunnelOptions, it worked:

tunnelOptions: {
    username: '<your username>',
    accessKey: '<your access key>',
    host: 'hub.browserstack.com'
},

Perhaps the tutorial needs to be updated, or is this related to account type or something?

Metadata

Metadata

Assignees

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