-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
[Feature] Run appium-windows-driver on Linux/macOS and connect to WinAppDriver on remote machine #281
Comments
You would need to run appium + appium-windows-driver on the windows machine and connect it from an appium-client lib. |
That is what I do today, but I would like to lighten to the maximum the installed components on the Windows VM I use. How is the connection between appium-windows-driver and WinAppDriver setup ? |
The You will then run into some problems. The Implementing that just to reduce the size of a VM doesn't seem worth it to me. |
Well, the problem is not mainly with the raw size, but the fact that nodes has some difficulties to run in some virtualized environments (VirtualBox). See the numerous duplicates of libuv/libuv#1633 still popping for 7 years, like libuv/libuv#4249. |
Will close for now. |
Hi,
I would like to run appium-windows-driver on Linux/macOS and connect to a remote WinAppDriver.
Is this feasible with appium-windows-driver as is today?
Can I have some directions to try and implement this feature?
Thank for the good work.
The text was updated successfully, but these errors were encountered: