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

Creating Action Functions

MasterSwift opened this issue · comments

I want to know how do I create actions so I can continue using headless browser even after calling the function. In a sense, I want to mimic the WKZombie methods but on a parsing function.

Sorry for the late response. Hope you found an answer in the meantime. If not, feel free to reopen this issue. Thanks!