05-15-2008, 06:06 PM
Hi,
do anybody know how to capture the current page URL?
I tried this:
I use this statement in a reusable action.
It works in one scenario but not in others.
I think it is because of the page name. Can anybody help me?
Thank you for your help!
do anybody know how to capture the current page URL?
I tried this:
Code:
Browser("Browser").Page(Browser("Browser").GetROProperty("title")).GetROProperty("URL")
I use this statement in a reusable action.
It works in one scenario but not in others.
I think it is because of the page name. Can anybody help me?
Thank you for your help!