I have created one test case on java and I have checked the Motorola Moto e5 (Android 8.0.0 API 26) device. That device faced login button clicks not working but I have verified another device that I have but I did not reproduce it on my hand.
so Is there any appium limitation to Android 8 devices?
public static AndroidDriver<MobileElement> driver;
driver.findElement(By.xpath("//android.widget.Button[@text='Login']")).click();
Used Appium Version:
Appium Desktop v1.9.1