Dynamic html input field

I use the extension ChroPath to find other locators besides xpath that UIVision misses. Unless you have a static site that doesn’t change much, the full absolute xpath isn’t the best because it’s based on location and one little change to the site and it breaks. Try to use ID, name, text, link, etc:

https://ui.vision/rpa/docs/selenium-ide/click#changingid

1 Like