Uses of Class
org.htmlunit.html.Keyboard
-
Packages that use Keyboard Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content. -
-
Uses of Keyboard in org.htmlunit.html
Methods in org.htmlunit.html with parameters of type Keyboard Modifier and Type Method Description PageHtmlElement. type(Keyboard keyboard)Simulates typing the specifiedKeyboardwhile this element has focus, returning the page contained by this element's window after typing.
-