HI,
I am doing a web scrapping.
I need to fill 10 fields and click on Save button.
Based on the values entered, if there is any issue, based on the type of issue, 5 variants of message box/popups will be shown.
As of now, I have ElementExists activity for each type of message. This will hit the performance.
I need to capture the message box and write to the log file.
Is there any thing can be done, just to check any Popup has come and if it is yes, read the text of it(rather than working with 5 element exists activities)??
Regards,
Viswanath