We're using protractor for angularjs application e2e tests. We have a feature which will check the devicePixelRatio
of window
, then generate different image url in order to provide high-quality image for retina screens.
But how to test it with protractor? I can't find any option can specify it with protractor APIs.