Click Element

PHOTO EMBED

Sat May 13 2023 07:36:02 GMT+0000 (Coordinated Universal Time)

Saved by @mehran

driver.findElement(MobileBy.AccessibilityId("توضیحات")).click();
 driver.findElement(By.id("ir.mci.ecareapp:id/cash_out_btn_wallet_fragment")).click();

//
   String elementText = "کیف پول";
By byText = MobileBy.AndroidUIAutomator("new UiSelector().text(\"" + elementText + "\")");
WebElement element = driver.findElement(byText);

element.click();
//
driver.findElement(By.id("ir.mci.ecareapp:id/guide_to_get_score_ll_about_club_bottom_sheet")).click();
content_copyCOPY