Discussion:
[selenium-users] Devicename "Galaxy S5" or "Samsung Galaxy S5" does not work in mobile emulation
Christiane Schilcher
2016-03-14 08:21:04 UTC
Permalink
Hello!

I would like to run my tests in mobile emulation with the device "Samsung
Galaxy S5" with Google Chrome. I have tried to set the parameter
"devicename" of EnableMobileEmulation to "Samsung Galaxy S5" or "Galaxy
S5", but the test does not start in mobile emulation.

I have tried to use different device names like "Samsung Galaxy S III" and
it worked fine.

I am using Selenium v2.52.

Is there any one that can help me with this problem?

Thanks!
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/90998c27-6d76-4420-a385-3b2e06708a28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ohad
2016-05-27 18:51:14 UTC
Permalink
Presumably, this is the master list of supported devices:
https://code.google.com/p/chromium/codesearch#chromium/src/chrome/test/chromedriver/chrome/mobile_device_list.cc

Galaxy S5 is not there. On the other hand, some other devices that do work
aren't there either so it's not clear
cut: http://stackoverflow.com/questions/31681431/what-are-valid-devicenames-for-chrome-emulation-testing-with-protractor
Post by Christiane Schilcher
Hello!
I would like to run my tests in mobile emulation with the device "Samsung
Galaxy S5" with Google Chrome. I have tried to set the parameter
"devicename" of EnableMobileEmulation to "Samsung Galaxy S5" or "Galaxy
S5", but the test does not start in mobile emulation.
I have tried to use different device names like "Samsung Galaxy S III" and
it worked fine.
I am using Selenium v2.52.
Is there any one that can help me with this problem?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/37090700-bf67-4487-872a-09004e20a1e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...