Type into not consistent

Type into not consistent.
I have a text field Work order:

I get error: image

I use uipath explorer and set up the selector. It works for couple of times. But then again after some time it throws similar error.

It is not at all consistent.
How do i make it consistent?

@Mallika

@Mallika

Are you sure id attribute is not dynamic , can you try ID attribute with wildcard id =‘*’ and aaname = ‘Work Order’ seems fine.

This was the selector that was working.
I logged out the application and re login and tried again it did not work:

As per your instruction i changed the ID:

It still does not work

1 Like

@Mallika Instead of id use class name

1 Like

You generally should not include Id attribute in your selector. Try to add some more attributes in your selector except ID and try it. Use UiExplorer to see other options

image

All of these are tried. It works then.
But once I logout the application and start afresh. It does not. Cannot retain its consistency.

Have you tried Anchor Base Activity or Selecting a relative element from UiExplorer like this

image

Passing Class in the selector worked.

2 Likes