Hello everyone, I'm unsure about which attributes to choose after spying on elements on the website. I have tried using “ID”, “Tag”, “InnerText”, “ParentID”, and “Parent Tag”, but I'm still unable to click the elements correctly. What is the recommended attribute to use consistently?
Hi @iffhiba,
The choice of attribute depends on the behavior of the website. If the website elements are dynamically changing or if AJAX loaders are used based on the input element, we recommend utilizing the “Dynamic Resilience” option. This option allows you to choose and detect surrounding elements to identify and interact with the native element.
Additionally, using “XPath” can help you navigate to the root and identify elements more easily.
Please let me know if you need further details.