I am working on a web page. The selector for a search box is properly highlighting when we check through the highlight button every time. But the same is throwing Selector Not Recognized exception while running the code.
Previously it used to work but now suddenly giving this exception.
What could be its possible solution ? Kindly help.
@kkp - if its a random failure - could be due to page slow response.
You can try
1 Add - ElementExists (with textbox selector) → True block → Perform your search actions…
2 Textbox property → Change - WaitForReady → Complete
One more thing just to correct. The element is a search icon. Upon click of the icon the search box appears. So now its not clicking on the icon in the run time.
@kkp - basically - idx & parentid’s will not work as expected. you can edit selector in uiexplorer → add ‘indicate anchor’ to the search icon ( try to avoid the idx and parentid values.)
Not working @GBK. Its not clicking on the search icon. Selector is highlighting, icon is appearing on the screen properly but at run time not sure why its not clicking.