I have encountered a scenarios where selectors was changing dynamically so facing issues of element not present while running the script.Since it is an web based application. I tried to find out elements other locator by looking into elements properties which was Id which is an unique properties for each web element on Page.
How can we add selectors which is not captured by Ui-Explorer feature but we can find it by looking into element properties in HTML structure.
Hi,
You can wild characters on selectors. Also if a particular selector not captured through UIExplorer in that case if you are too confident enough to write selectors of your own, that may me helpful.