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 follow redirect?

hugolundin opened this issue · comments

It seems like WKZombie does not follow the redirect when I press a button on my webpage. It logs

SCRIPT
window.location.href='URL...';
[..............................................

How can I follow the new redirect?