how to get current URL of IE using add in express

44 Views Asked by At

I am developing addon for IE using add-in express. I need a way to get current url of IE in this development environment. Is there anyone who knows about this? Please help me.

1

There are 1 best solutions below

0
On

Take a look at this blog. In the comment section is the answer:

There is no way to access it dynamically. Instead you can use the LocationName and LocationURL property of the IEApp to get the current URL address.