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.
MIT License
1.17k stars 100 forks source link

Not opening forms and href as relative? #92

Open CurralesDragon opened 4 years ago

CurralesDragon commented 4 years ago

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:

<form action="/some/action">

where the url is relative not absolute.

Is this intentional? And is there a workaround?

Thanks