Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getLatest not available from BrowserStack.createAutomateClient #58

Open
foolip opened this issue Feb 13, 2019 · 0 comments
Open

getLatest not available from BrowserStack.createAutomateClient #58

foolip opened this issue Feb 13, 2019 · 0 comments

Comments

@foolip
Copy link

foolip commented Feb 13, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant