I tried the following APIs:
MobileElement book = driver.findElementById("c0cc9a86-2fbb-44d6-b288-d8c763c8a0ea");(1)
MobileElement book2 = driver.findElement(By.id("c0cc9a86-2fbb-44d6-b288-d8c763c8a0ea"));(2)
both don't work, (it crashed) I googled and found nothing useful, how can I get to know which API will work in this case?
Aucun commentaire:
Enregistrer un commentaire