DomTextField is the class that represents all DOM elements that were specified using one of the following tags: <input type='text'>, <input type='password'>, <input type='file'> or <textarea>.
DomTextField derives from the DomElement class and BrowserObject class; no classes derive from the DomTextField class.