You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is a complete re-write of the puppeteer API (which is developed in NodeJS), it doesn't use at all nodejs.
This library works like this:
Download the compiled chromium binaries (if needed)
Start the chromium process with some specifics flags to enable "automation mode"
Open a websocket connection to the chromium devtools to send json commands
Expose a high-level API to perform classical browser automation tasks (navigate, click button, capture network etc...).
Note that starting a chromium process is not supported on platform like Android and iOS (you can't launch arbitrary process with custom flags as per OS restriction).
If you want to use this library on mobile, you will have to launch the chromium process on a server.
I haven't read the source code, but I guess whether there is a
nodejs
binary file, which is called byexec
?I actually want to ask if I use this plugin, how big will it be after being packaged into an apk (how big will this plugin occupy)?
The text was updated successfully, but these errors were encountered: