Appium UiAutomator2 Driver is a test automation framework for Android devices. Appium UiAutomator2 Driver automates native, hybrid and mobile web apps, tested on emulators and real devices. Appium ...
The condition used to check if a valid next span was found uses !nextSpanIndex — but since nextSpanIndex can be 0 (the first span), and 0 is falsy in JavaScript, this check accidentally treats a valid ...