Brian Marroquin
Brian Marroquin
The `IntlBackslash` code is also wrong, it has ``(shifted) instead of `\` and `|`(Shifted). This has been there since version 1 of the webdriver. 
I ran into this same problem, and it was driving me crazy. The website upload would work but not the scripted one using requests. The root cause was whitespace at...
Here is the code that was causing the problem if you want to try it ```python from pathlib import Path from zipfile import ZIP_DEFLATED, ZipFile import requests cwd = Path.cwd()...
You would need to run appium + appium-windows-driver on the windows machine and connect it from an appium-client lib.
The `appium-windows-driver` starts a `WinAppDriver` process on the same host it is running and then provides a proxy to that process. [The proxy is hard coded to forward requests to...
I don't think this would be a WinSW wrapper problem. There are a lot of ideas here on how to handle it here: https://stackoverflow.com/questions/13746640/jconsole-cant-find-process Some things to consider: 1. Make...
v2 does not support global mode. that is only a v3 feature. V2 expects the xml file to be named the same as the executable file name. To get this...
Would you prefer to restore the Azure Jobs or move things to Github Actions? I can try to work on getting the Azure ones to pass.
This might be a limitation of what a background service can do on windows. See the following links: https://stackoverflow.com/a/22442963 https://superuser.com/questions/737627/how-to-install-printer-which-should-be-accessible-from-windows-service
According to the [download documentation](https://github.com/winsw/winsw/blob/v3/docs/xml-config-file.md#download), the download will be skipped if you have a newer file downloaded on the local system. Your local file might be "newer" than the file...