How to identify the Linear layout textbox element of OTP verification in robot framework

And about the number fields. Have you tried these kind of locators

//input[@type=“tel” and contains(text(), “Digit 1”)]
//input[@type=“tel” and contains(text(), “Digit 2”)]
//input[@type=“tel” and contains(text(), “Digit 3”)]
//input[@type=“tel” and contains(text(), “Digit 4”)]

Hi Mika Hanninen

Thanks for you suggestion . Wait Until Element Is visible works. i got the output

2 Likes

Hi Dave,

Thanks for your effort and suggesstion.