In this JExplorer update we focused on enriching the DOM API. Here's what we've added in v3.5: - The DOMDocument.createElement() method. The method allows creating DOM HTML elements that can be later injected into the DOM of the loaded web page.
- The DOMFrame class that allows accessing FRAME and IFRAME HTML elements on the loaded web page. Now you can access DOM document of each frame on the loaded web page.
- The DOMDocument.getElementAtPoint() method. This method allows finding HTML element at the given location on the loaded web page.
Resolved issues - The issue with closing HTML modal dialog via the HTMLDialog.close() method doesn't work.
- The focus issue when double click is required to click a link on the loaded web page.
Release date: June 27, 2017 |