Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to get reference to window opened via hyperlink (it is a online pdf or similar doc) by its URL

990751Apr 29 2014 — edited Aug 21 2014

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?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2014
Added on Apr 29 2014
1 comment
1,061 views