I am working on one automation where bot is scrapping data from one web application.
I need to check if that scrapped string is null or not.
The problem is sometime the scrapped value have only spaces and number of spaces vary every time looks like.
strVar1 =" "
And when I am checking above variable then bot is throwing Exception.!
I have attached the screen shot of the exception please help.