Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pyppeteer support #780

Open
HenryGetz opened this issue May 19, 2024 · 2 comments
Open

Add pyppeteer support #780

HenryGetz opened this issue May 19, 2024 · 2 comments

Comments

@HenryGetz
Copy link

HenryGetz commented May 19, 2024

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

@bbb651
Copy link

bbb651 commented May 30, 2024

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

@HenryGetz
Copy link
Author

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants