element locators are not working after proving id, class, xpath, css selector in appium

30 Views Asked by At

app source login page info showing on appium inspector

driver.findElement(By.xpath("(//android.widget.EditText)[1]")).click(); driver.findElement(By.xpath("(//android.widget.EditText)[1]")).sendKeys("01591142540");

can anyone guide me regarding this declaration?

i have tried to send keys by locating an element and it didn't pass the value. I want some expert to locate the element so that i can send keys and do further operatino

0

There are 0 best solutions below