thebrowsercompany / swift-webdriver

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

Implement and test session timeouts request #80

Closed tristanlabelle closed 1 year ago

tristanlabelle commented 1 year ago

We implemented implicit waiting at the library level, but WebDriver / the Selenium protocol offers this functionality. This implements and tests implicit waiting as a configuration of the remote endpoint.

Related to #69