Open jean-francois-labbe opened 2 years ago
@jean-francois-labbe did you solve this?
@grekko sadly it's not solved. Selenium manages to make it work. I think it may need to configure to browser to work in a certain mode so that it all tabs and service worker uses the same user-agent, the one you configured.
I briefly checked the Ferrum issues page and found https://github.com/rubycdp/ferrum/issues/94 – so we'll have to wait for this being available before the ruby driver can make use of it.
I'm trying to migrate to cuprite. I can't find any setup for mobile testing. I have the following selenium configuration.
I'd like to reproduce it with cuprite. I looked in the main repositories using cuprite (using this page). None is testing executing system tests on mobile.
Here is my current attempt. I tried to specify the mobileEmulation option in different places. The browsers is not using the mobile emulation.
What am I missing ?