refs #615: sendkeys does not work with contenteditable
This fixes an issue where sendKeys does not fill in the text on contentEditable elements. The element is checked in the attributes object whether `contenteditable` is true and clicks the element to sendKeys to.
Showing
4 changed files
with
18 additions
and
2 deletions
-
Please register or sign in to post a comment