Uses of Class
org.htmlunit.Screen
-
Packages that use Screen Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point).org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of Screen in org.htmlunit
Fields in org.htmlunit declared as Screen Modifier and Type Field Description private Screen
WebWindowImpl. screen_
Methods in org.htmlunit that return Screen Modifier and Type Method Description Screen
WebWindow. getScreen()
Screen
WebWindowImpl. getScreen()
-
Uses of Screen in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host declared as Screen Modifier and Type Field Description private Screen
Screen. screen_
Constructors in org.htmlunit.javascript.host with parameters of type Screen Constructor Description Screen(Screen screen)
Creates an instance.
-