Getting web Address

Hello,
This is probaly really simple, i am just having a mind block.

I have crearted a web core page, that i access on a mobile. I have initiated the web page via a QR code that opens the web page on the mobiles browser - all good.

Question, how do I capture the Web address from the Broswer and place it into the WebEdit for example.

Thank you

David

You can use:

window.location.href: string;

Hello - Many thanks