When the \'apply\' link is clicked, it opens a new browser in Robot framework. How to get current url of that page? Here is the code:
Open Server Set Br
getting the current URL is easy using the Execute Javascript SeleniumLibrary keyword:
${url} = Execute Javascript return window.location.href;