I want to create a qrcode that points to a web page that is currently open in my Edge browser, the qrcode creation works fine but I'm struggling to get the URL.
Reading online shows that Selenium is useful, however this creates a new session and just returns Data;\
which is not useful.
Is there a way that I can just grab the URL from the current Edge session?
Many thanks,