mkoehnke / WKZombie

WKZombie is a Swift framework for iOS/OSX to navigate within websites and collect data without the need of User Interface or API, also known as Headless browser. It can be used to run automated tests / snapshots and manipulate websites using Javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to disable JavaScript in WKZombie

lkaihua opened this issue · comments

So far there is not an option to disable JavaScript:

browser.javascriptEnabled = false

Under particular circumstances I would like to access pages without enabling JavaScript, and then get the content with xPath.

Thanks for your reply in the twitter.