Selectors via Xpath locators

Can we input xpath in selector field for a UiElement. If yes ,then how? Also, can it be done for dynamic elements.

Hi @Ruby_Agrawal1

Check whether this thread is useful for your query

Regards
Sudharsan

1 Like

Thanks for sharing this. Many doubts got cleared. Let me try the solution provided there.

Hi @Ruby_Agrawal1

You cannot use XPath selectors with our solution. There are technical reasons for that, especially performance related.
At design time, in MDM, we generate selectors.
Those are in turn transformed at runtime into UIAutomator native calls.

1 Like

Hi @Ruby_Agrawal1

If you got your solution, kindly please mark your solution ,That will help others

Regards
Sudharsan

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.