thebrowsercompany / swift-webdriver

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

Make Session.windowHandle(s) into properties #141

Closed tristanlabelle closed 6 months ago

tristanlabelle commented 6 months ago

Since they don't take arguments, they are better represented as properties.

tristanlabelle commented 6 months ago

@Squidonomics this is a follow-up to https://github.com/thebrowsercompany/swift-webdriver/pull/131