Hello. I have an mobile app made with react-native. I use appium - javascript (node) version for testing. Can you tell how can I select all the checkboxes from a page? I already tried the solutions found here and I tried using this driver.elementsByXPath("//android.widget.Checkbox") but it's not working, it's rendering an empty array. Thanks.