TextWrapper class
Behaves the same as ElementWrapper, but for HTML text elements. Supported HTML tags:
input[type="text" i]input[type="password" i]input[type="search" i]input[type="number" i]input[type="email" i]input[type="tel" i]input[type="url" i]input:not([type])with notypeattribute.textarea*[contenteditable="true"]
Extends ElementWrapper.