Address bar url

Hi All, I want to load a website url in chrome. After load I want to check if the url changed by redirection. I want to verify the redirected url in address bar. How to do it?

You can use the !URL internal variable. It contains the browser URL that you see in the address bar.

store | ${!URL} | var1

thanks a lot. it worked.