标签: ios swift xctest ios-ui-automation xctestcase
有人在使用XCTest / Swift时有一个如何发送多个组合键的示例吗?即运行测试时我们如何将Shift + Command + H发送到模拟器?
我看到执行方法存在:
perform(withKeyModifiers:block:)
https://developer.apple.com/documentation/xctest/xcuielement/1500563-perform
但不确定如何使用它。