Re: How to get DOMDocument from WkWebView
Keary Suska
In short, you can’t. WkWebView does not permit direct access to the DOM or expose how the DOM is parsed internally. You have some limited access by being able to inject JavaScript and execute JavaScript on the DOM, as well as some ability to trap events, but that’s it, AFAIK.
toggle quoted message
Show quoted text
Keary Suska Esoteritech, Inc. "Demystifying technology for your home or business" On Jul 7, 2018, at 9:56 AM, Gerriet M. Denkmann <g@...> wrote: |
|