Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does is Support Native iOS & Android #16

Open
pranavv opened this issue Nov 22, 2016 · 4 comments
Open

Does is Support Native iOS & Android #16

pranavv opened this issue Nov 22, 2016 · 4 comments

Comments

@pranavv
Copy link

pranavv commented Nov 22, 2016

Does is support native app selenium grid execution , what is to be configured in quota.xml to make it support iOS and Android since they are not browser but platforms. any brief notes about regions and the xml structure, when i execute for native it say cannot find with capabilitie null 10.0.1

@vania-pooh
Copy link
Member

Selenograph is only aware of browser name and version. All the rest is proxied to real server that knows how to deal with mobile platforms. For example take a look at Appium project. An example XML file is located here. Regions in fact are equal to data centers. We use this information to switch to another DC when the first one is unavailable.

@pranavv
Copy link
Author

pranavv commented Nov 24, 2016

can i get a sample xml for an iOS and Android Device, because if i do i get an error stating that no device with desired capabilities found

@pranavv
Copy link
Author

pranavv commented Nov 24, 2016

i am able use appium for mobile web using selenograph but not for native mobile via selenograph

@pranavv
Copy link
Author

pranavv commented Nov 28, 2016

This is my sample xml in quota , im not able to execute in native iOS or Android but its working for mobile web

<qa:browsers xmlns:qa="urn:config.gridrouter.qatools.ru"> <browser name="iOS" defaultVersion="10.0.1"> <version number="10.0.1"> <region name="us-west"> <host name="192.168.20.10" port="8080" count="1"/> </region> </version> </browser> <browser name="safari" defaultVersion="10.0.2"> <version number="10.0.2"> <region name="us-east"> <host name="192.168.20.10" port="8080" count="1"/> </region> </version> </browser> <browser name="android" defaultVersion="5.0.1"> <version number="5.0.1"> <region name="us-west"> <host name="192.168.20.10" port="8080" count="1"/> </region> </version> </browser> <browser name="chrome" defaultVersion="5.0.1"> <version number="5.0.1"> <region name="us-west"> <host name="192.168.20.10" port="8080" count="1"/> </region> </version> </browser> </qa:browsers>

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

No branches or pull requests

2 participants