i explain what i done
First i get the URL by using Get Attribute and store it in a variable called GetUrl,
then,
i compare it in if condition
if GetUrl=BaseUrl (The 6 Best URL Shorteners and How to Choose The Right One)
then
Show Message box(in if)
Else
Show Message (in else)
but it fail to compare url’s and execute Else block…!!