Paul Disser
Paul Disser
deleting repo and trying again did not work. I feel like something is locked to some wrong mac address forever now, I've restarted both computers a few times now, just...
Thanks, I'll give it a shot. If I still run into issues I'll look at putting this in a container instead.
@akashp1712 So from a quick look at the WSA documentation, you probably want to launch the Amazon Appstore app and then open your android app from there via clicks. I...
Does the server have an actual physical display?
SSH is generally a good tool to access another PCs command line. usually run like ssh user@host you may have to do some additional setup on the windows side before...
For what its worth, you have to use selenium actions (TouchActions and ActionChains) in order to get the mouse movement type actions to work and you'll need to stick on...
see my reply to your other issue
unfortunately appium-python-client past v1.3.0 / selenium 3.14.1 won't support the old JSON Wire Gesture Standard, You'll need to downgrade to these to in order to use with WinAppDriver (as WinAppDriver...
I'm not actually sure this is possible to set a value this way via the JSON Wire Protocol. I know you can get values like that via this command /session/:sessionId/element/:id/attribute/:name...