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.
When i submit a form or try to open a href, i get
network request failure
As i think its trying to open the action without the baseurl? for example:where the url is relative not absolute.
Is this intentional? And is there a workaround?
Thanks