GoogleChromeLabs / carlo

Web rendering surface for Node applications
Apache License 2.0
9.32k stars 309 forks source link

support for <webview> #139

Open miaulightouch opened 5 years ago

miaulightouch commented 5 years ago

either carlo nor puppeteer didn't support \<webview> tag, is any method to get it work?

LongTengDao commented 5 years ago

Web Components?

miaulightouch commented 5 years ago

https://developer.chrome.com/apps/tags/webview \<webview> tag from chrome apps

tracker1 commented 5 years ago

Would IFRAME work for you?

miaulightouch commented 5 years ago

nope, I have to interact directly with web page for more control.