TestArmada / guacamole

A friendly wrapper for the SauceLabs browser and device API
MIT License
11 stars 6 forks source link

Option to show available resolutions #10

Open geekdave opened 8 years ago

geekdave commented 8 years ago

Currently you can find out if a given screen resolution is valid using:

$ ./bin/guacamole --id=firefox_38_OS_X_10_9_Desktop --screenResolution=1024x768

But you can't ask guacamole what resolutions are valid.

We should have a command line switch like --showResolutions to add an additional column to the table with available resolutions. It's probably too much info to show by default.