We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f465781 commit 7414a5cCopy full SHA for 7414a5c
javascript/node/selenium-webdriver/lib/webdriver.js
@@ -2202,7 +2202,7 @@ class WebElement {
2202
}).then(function(keys) {
2203
return element.schedule_(
2204
new command.Command(command.Name.SEND_KEYS_TO_ELEMENT).
2205
- setParameter('text', keys.split('')).
+ setParameter('text', keys).
2206
setParameter('value', keys.split('')),
2207
'WebElement.sendKeys()');
2208
});
0 commit comments