Hi
Can someone recommend the best approach to use to get more consistent results with element selectors? For example, I have a project where I have to fill in first name, last name, phone, etc. When I first record it, everything works great, but when I go through it again, sometimes it has issues finding the various boxes to type inputs in. I have tried all the various methods, css, xpath, match and they all produce inconsistent results. What is the best method to use to make sure that the elements are always found.
Thanks!