mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
Fix wrong typed characters
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user