Hi, My BOT is running fine but if any system exception will come then BOT will close the browser and re-open the browser, but after re-open browser, the selectors is not validating, and BOT is getting fail.
I have tried to validate so many time but still not got any solution.
Please help me on the same.
Check if changing the UI Framework in the Options menu (located at the bottom of UI Explorer) helps resolve the issue.
More about You can find here
I know that, but BOT is running fine at first time with Default option, if second time BOT will re-open the browser then Default option is not working.
Use the wildcard * in the Title attribute that might affecting the selector to validate the UI element. Replace all the data in the Title attribute with wildcard *.
Hope it helps!!