page 1:
Contains a hyperlink, I wrote a code: hrefLink.click(); , where hrefLink is DOMElement of type <a>.
It opens page 2
Page 2:
can be a pdf opened in another or same window.If it opens in another window, I want to get hold of it by creating a DOMElement or web element (WebDomService's window object), I know URL of this page, how to refer to 2nd page usind WebDomService api?