theappbusiness / TABTestKit

Library designed to make writing and maintaining automated tests for iOS applications. This includes automation of bio-metrics and controlling of mock servers
MIT License
59 stars 13 forks source link

Add additional function to support interaction with keyboard button #52

Open TABanniefung opened 4 years ago

TABanniefung commented 4 years ago
`func enter(_ passcode: String) {
    for input in passcode {
        keyboard.key("\(input)").tap()
    }
}`