tvarchive / optimusTemplate

This is a cucumber jvm implementation template using the optimus mobile automation framework. If you like it, star it, help spread the word.
http://docs.testvagrant.com
66 stars 23 forks source link

Question: IS there a method I can run that can give me the UDID of the device that the test is running on? #44

Closed Balhindi closed 5 years ago

Balhindi commented 5 years ago

I want to get the UDID of the device in the before step. Is there an easy way to do this?

Thank you.

KrishnB commented 5 years ago

You can get udid from the SmartBot object. Please refer to base steps to get a smartbot.

Balhindi commented 5 years ago

Thank you closing.