Skip to content

getLatest not available from BrowserStack.createAutomateClient #58

@foolip

Description

@foolip

This code snippet return a function:

require('browserstack').createClient({username:'u',password:'p'}).getLatest

But these returns undefined:

require('browserstack').createAutomateClient({username:'u',password:'p'}).getLatest
require('browserstack').createScreenshotClient({username:'u',password:'p'}).getLatest

I'm using createAutomateClient to filter out browsers which won't be possible to connect to using Selenium WebDriver, but would also like to just be able to test the latest.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions