elementattribute.html
285 Bytes
-
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.
Matt DuVall authored