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

add request for sending keys to active element #34

Closed stevenbrix closed 1 year ago

stevenbrix commented 1 year ago

Code for sending this request: https://www.selenium.dev/documentation/legacy/json_wire_protocol/#sessionsessionidkeys

validated this works end-to-end

jeffdav commented 1 year ago

Don't forget to run swiftformat --config ..\arc\.swiftformat .

stevenbrix commented 1 year ago

Don't forget to run swiftformat --config ..\arc\.swiftformat .

sure, but it feels like this repo should have it's own swiftformat file

jeffdav commented 1 year ago

Don't forget to run swiftformat --config ..\arc\.swiftformat .

sure, but it feels like this repo should have it's own swiftformat file

Yeah, that's probably true. :)

jeffdav commented 1 year ago

Don't forget to run swiftformat --config ..\arc\.swiftformat .

sure, but it feels like this repo should have it's own swiftformat file

Done, see https://github.com/thebrowsercompany/webdriver-swift/commit/f2b04102c97845d4fef446eef4144f4933912f6f.