Fix wrong typed characters

This commit is contained in:
Chi Vinh Le
2017-10-30 21:52:36 +01:00
parent e4688f9876
commit 0cdefa0066
+5
View File
@@ -61,6 +61,11 @@ const nightwatch_config = {
os: 'Windows',
os_version: '10',
browser_version: '11',
// The x64 bit IEDriver that is used by IE 11 has a known issue with sendKeys where
// it may enter incorrect keys (shift + key).
// This adds a delay for each character as temporary fix as advised from the browserstack support.
'browserstack.customSendKeys': 800,
},
},
edge: {