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

Provide granular platform specific info #372

Open
SrinivasanTarget opened this issue Aug 1, 2018 · 0 comments
Open

Provide granular platform specific info #372

SrinivasanTarget opened this issue Aug 1, 2018 · 0 comments
Assignees

Comments

@SrinivasanTarget
Copy link
Member

SrinivasanTarget commented Aug 1, 2018

driver.getSessionDetails() - Have worst performance hits since it makes a API call to server
driver.getCapabilities().getCapability("platfomName") - return only iOS/Android. So we need to get browser info from driver.getCapabilities().getCapability("browserName") and then decide on web or native.

How about ATD giving something like this,
ANDROID_WEB
ANDROID_NATIVE
iOS_WEB
iOS_NATIVE

Still all options are open for an user.

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

No branches or pull requests

1 participant