Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Support for deviceName #15

Open
geekdave opened this issue Apr 26, 2016 · 0 comments
Open

Support for deviceName #15

geekdave opened this issue Apr 26, 2016 · 0 comments

Comments

@geekdave
Copy link
Contributor

Currently for mobile devices, guacamole is aware of browserName, platform, version and (i think) deviceOrientation

We should also add support for deviceName which sets the resolution to match that of the device in question.

To see this in action, go to https://wiki.saucelabs.com/display/DOCS/Platform+Configurator#/

Click Selenium, iOS, then pick a device type and other options. /cc @Maciek416 @1un4r @archlichking

caps = {browserName: 'iphone'};
caps['platform'] = 'OS X 10.10';
caps['version'] = '9.2';
caps['deviceName'] = 'iPad Air';
caps['deviceOrientation'] = 'portrait';
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant