I need to run Selenium tests in Firefox Mobile. Could anybody describe an easy way to do this? My investigation shows that:
- Firefox Mobile is not supported in Appium (one, two).
- Firefox Desktop has built-in Responsive Design Mode like shown on the picture:
- It seems that Geckodriver does not support Firefox mobile. Compared to Chromedriver Geckodriver has no mobile-specific code.
- There is (or there was) some way to open mobile emulation using Firefox prefs. It works by switching Firefox from CONTENT to CHROME context using Marionette API calls and then pressing keyboard shortcut with Selenium.
Did not manage to succeed with any of these solutions. Any idea how to automate Firefox Mobile?