Since Appium 3.2, on Android real device, every web page control action is occurring with zoom action, is it preventable? - Issues/Bugs - Appium Discuss
In my appium mobileweb test automation project (Appium v3.2, JDK 21) with real devices like Android with Chrome browser ( Android v16.0 Samsung Galaxy S21 FE, Chrome v147.0), and iOS with Safari browser, particularly while using Android device zooming is happening. Meaning while a specific page control is in focus for either click or data entry, page takes zoom in to view it closer and bigger. This has a side effect of losing sight of other page controls out of the view. As like in iPhone, I wou...