a-shell icon indicating copy to clipboard operation
a-shell copied to clipboard

Add pyppeteer support

Open HenryGetz opened this issue 1 year ago • 2 comments

Aadding working support for the https://github.com/pyppeteer/pyppeteer library

HenryGetz avatar May 19 '24 19:05 HenryGetz

It's definitely impossible to run because it targets chromium specifically and you only have WebKit (Safari) on iOS (well you can have 3rd party browser engines in the EU, but it's a tremendous amount of work if it's even possible, and it's unreasonable to bundle chromium with a-shell which would quadruple it's size and restrict it to the EU), and it's deprecated and unmaintained regardless. Something like https://github.com/appium/appium-safari-driver seems more reasonable because it utilizes the WebKit webview and can run on iOS, I'm not sure how much effort it'll be to get it to run in a-shell

bbb651 avatar May 30 '24 21:05 bbb651

@bbb651 yeah that's fair. I just kind of hoped that wasn't how it worked (though of course that's how it works in brew and everywhere else) yet didn't research it, but that makes sense. The workflows this would allow for though would be insane, that would be dope if we could get that safari project running

HenryGetz avatar Jun 10 '24 03:06 HenryGetz