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

Implement web navigation requests #101

Closed tristanlabelle closed 1 year ago

tristanlabelle commented 1 year ago

I was hopeful to show that the library "just works" with other WebDriver endpoints such as msedgedriver.exe. Unfortunately, the Foundation URLRequest and Dispatch seem to crash all over the place when trying to communicate with the remote end (although the driver gets enough of the request to pop a new Edge window).