From f8c1733e14f211a7614fd32f9541f860571d1b4f Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Thu, 21 Dec 2017 14:11:16 +0100 Subject: [PATCH] Remove sendKey hack --- nightwatch-browserstack.conf.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/nightwatch-browserstack.conf.js b/nightwatch-browserstack.conf.js index a08bec2b3..567d5e1f4 100644 --- a/nightwatch-browserstack.conf.js +++ b/nightwatch-browserstack.conf.js @@ -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: {