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

Is their a way to render in a specific view?

ziadtamim opened this issue · comments

Great framework!!

I've searched for a way to render the automated interaction on another view other the main one but without luck. Is there a way to render in a specific view?

Hi @ziadtamim Thank you! Could you please elaborate a little more on what you're trying to achieve? Do you want to add the rendering WKWebView as a subview to a specific view and make it 'visible' for the user to see (or something like that)?

@mkoehnke That's correct.

@mkoehnke Is it possible?

@ziadtamim No ... this is currently not possible. But this might also be an interesting feature for debugging. As I'm currently occupied with other stuff, it might take a few days to implement a generic solution, though.