-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Currently, the library is only working on JVM. The goal is to have it working on major native platforms like Linux, macOS and Windows.
We can also support JS/iOS/Android/... if we consider supporting remote browser control only (you cannot "start" the Browser on those platforms).
For this, we need to rework utils.
Some of the common code in findBrowserExecutable might be extracted too (also see cdpdriver/zendriver#169) to be shared between JVM and Native platforms.
Also, we can check if there is any KMP Process librairies to have more common code directly (like I used ktor-network for kourier's socket instead of reimplementing it from scratch on each platform).
That's definitely something that will be split around multiple contributions to make it easier.