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”)]