android - How can I do automation tests using real mobile devices in rails -


i using webdriver-user-agent perform automation test in rails.

the available options are:

:browser

:firefox (default) :chrome 

:agent

:iphone (default) :ipad :android_phone :android_tablet 

:orientation

:portrait (default) :landscape 

how can check automation request using real mobile devices such android/iphone/ipad,etc.

that gem used mimic device's resolution/user-agent responsive design testing. can't run tests on actual device it. if want test web application on mobile browser, webdriver-user-agent should enough.

for testing on device, you'd need appium.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -