I have my webpage opened using RFT. In that page, I have a link I want to click. For that I am using
objMap.ClickTabLink(objMap.document_eBenefitsHome(), "Upload Documentation", "Upload Documentation");
The current page link name is "Upload Documentation"
I know that objMap.document_eBenefitsHome()
takes it back to the initial page, what can I use in that place which uses the "current page opened" ?
Many thanks in advance.