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

Please consider making a Vapor module! Vapor community needs it

JaDenis opened this issue · comments

for i in (0..<9000) {
print(self.title)
}

Haha :-) Thanks for the suggestion! I haven't worked with Swift Vapor yet, but I'll certainly look into it.