Selectors for Oracle EBS

Hi All,

What is the best method for selecting selectors that remain the same (static) regardless of the code being deployed to other machines or having title or other things changed?

To the best of my knowledge, css selectors are not used because they are subject to change.

For Oracle ebs, I am building navigation code that will be distributed to several machines. I lack the authority to alter every choice once more.

Please help me on this. Thanks in advance.

Hi @garima.sriv12 ,

Can you share a screenshot of what the full selectors look like?

Have you considered using * wildcards in your selector?
Studio - Selectors With Wildcards (uipath.com)
Have you checked all available layers in UI Explorer for useful tags?
Studio - UI Explorer (uipath.com)
Have you tried using anchors?
Activities - Advanced descriptor configuration (uipath.com)

If you have to, perhaps also consider using image based activity?
Activities - Click Image (uipath.com)
Activities - Click OCR Text (uipath.com)

Best regards,
Keegan