From 0cdefa0066f96b1f591f0d00ace0c3fbd3c81277 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Mon, 30 Oct 2017 21:52:36 +0100 Subject: [PATCH] Fix wrong typed characters --- nightwatch-browserstack.conf.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nightwatch-browserstack.conf.js b/nightwatch-browserstack.conf.js index 17ce3f3c0..65cc6cd9d 100644 --- a/nightwatch-browserstack.conf.js +++ b/nightwatch-browserstack.conf.js @@ -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: {