Any updates on using Selenium and Appium combination for testing a common eCommerce desktop website on real Android and iOS devices connected via USB?
I have done a POC of testing a Desktop eCommerce website on a mobile browser, using Selenium 4.x alone, running the tests using Browser Emulation using Chrome Developer Protocol (CDP, now going to be BiDi). I used completely Selenium 4.0, and Java alone as it is basically a Desktop website running on mobile browser.
The selenium driver server has unexpectedly died on Chrome Headless
Getting this WebDriverException: The driver server has unexpectedly died! when running regression pack on headless chrome on linux.