thebrowsercompany / swift-webdriver

A Swift library for communicating with WebDriver (Appium/WinAppDriver) endpoints
BSD 3-Clause "New" or "Revised" License
105 stars 3 forks source link

Christian/arc shexec #24

Closed christianfo closed 1 year ago

christianfo commented 1 year ago

To get around WIN-569 this change adds the ability to start an app with ShellExecuteEx. This should allow to work around this bug.

christianfo commented 1 year ago

I moved most of the code to Arc itself and reduce this PR (or create another one) to eliminate that code.

christianfo commented 1 year ago

I moved most of the code to Arc itself and reduce this PR (or create another one) to eliminate that code.