We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471af3b commit 013383dCopy full SHA for 013383d
test/test_helper.rb
@@ -149,7 +149,8 @@ def ios(platform_name = :ios)
149
orientation: 'PORTRAIT', # only for simulator
150
processArguments: { args: %w(happy tseting), env: { HAPPY: 'testing' } },
151
screenshotQuality: 2, # The lowest quality screenshots
152
- connectHardwareKeyboard: false
+ connectHardwareKeyboard: false,
153
+ maxTypingFrequency: 200
154
},
155
appium_lib: {
156
export_session: true,
0 commit comments