Any Other way to access Textfield in UI scritping

instead of using text field 1, menu bar 2, is there any other way to access these elements and if Yes than how to do it?

Replies

Other key forms (name, range, ID, filter reference (whose/where), etc) can be used, but index is typical since the UI elements are grouped in lists. Note that there is not a consistent way to access the same element between application (or OS) versions, since the developer can rearrange and/or change things at will.