Re: Parsing Javascript simply
Sandor Szatmari
We use a WebView/WKWebView for accessing web page DOMs using xPath queries. We used to be able to even interact with Java Applets, but security improvements have killed that functionality after 10.6. And Applets are a dead technology for the most part. We still support 10.6 to interact with legacy web pages. Please, I hope they go away! But a great deal can still be accomplished this way. Using the delegates will let you know when the page loads are complete and the DOM is in it’s final state. Make sure to query after that to ensure the javascript is loaded/interpreted.
toggle quoted message
Show quoted text
Sandor On Dec 3, 2019, at 17:48, Graham Cox <graham@...> wrote:
|
|