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

execute script not return underlying error

MainasuK opened this issue · comments

commented

The result always wraps ActionError.networkRequestFailure when browser execute script get the error.
But the underlying WKError could be helpful and real error reason in this case.

So could we make change to return the underlying error when execute script?