How can I get the URL from a "browser object"?

How can I retrieve the URL of a browser object which is getting passed as an argument from a main program? Thanks for the help.

1 Like

Did you search in forum earlier about it?

May be this will answer your question.

Thanks Bala. I was thinking we should be able to retrieve the browser URL from one of its methods… somewhat like this >> myBrowObj.Element.Attributes.Url.ToString (I just made this up!)

1 Like