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

Support separate WinAppDriver initializers for starting a new or attaching to an existing WinAppDriver.exe instance #45

Closed tristanlabelle closed 1 year ago

tristanlabelle commented 1 year ago

The WinAppDriver code is currently very specialized to launching a new instance iff none is already running, because of our current needs. We should have a more generic API supporting two different initialization options: one that starts a WinAppDriver.exe instance and one that attaches to an existing one.

jeffdav commented 1 year ago

https://github.com/thebrowsercompany/webdriver-swift/pull/56