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

Show network activity indicator

gbmksquare opened this issue · comments

When WKZombie is loading a webpage or fetching content online, it would be good to show network activity indicator on the status bar by internally increasing and decreasing network activity count.

Or, WKZombie can send notifications to allow users handle network activity indicator themselves.

Hi @gbmksquare You're absolutely right! Good point. Will think of something. Thanks!

I added a showNetworkActivity property. See 1.0.8.

Great!