Remove sendKey hack

This commit is contained in:
Chi Vinh Le
2017-12-21 14:11:23 +01:00
parent 2e726c9d6a
commit f8c1733e14
+3 -5
View File
@@ -58,17 +58,15 @@ const nightwatch_config = {
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).
ie: {
desiredCapabilities: {
browser: 'internet explorer',
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: {