Release Notes‎ > ‎

JExplorer 3.5

posted Jun 27, 2017, 6:02 AM by Oleksandra Kovalenko   [ updated Jun 20, 2018, 2:40 AM by Vladimir Ikryanov ]
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
Comments