Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

add real mobile capabilities to config #313

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

t14
Copy link

@t14 t14 commented Dec 18, 2017

This allows you to run test against real devices rather than emulators.
https://www.browserstack.com/automate/physical-mobile-devices

This allows you to run test against real devices rather than emulators.
https://www.browserstack.com/automate/physical-mobile-devices
@sinstein
Copy link

Hi @t14 , I have raised #315 for this very scenario.
The real_mobile flag supported by BrowserStack is a boolean field (documentation on BrowserStack).

We also support 2 variants (real_mobile and realMobile) of the capability.
This PR should no longer be necessary and can be closed.

@oradwell
Copy link

just found out you can achieve this by using extra_capabilities config like so:

browser_stack:
    capabilities:
        device: iPhone 7
        extra_capabilities:
            real_mobile: true

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

Successfully merging this pull request may close these issues.

None yet

3 participants