Uses of Class
org.htmlunit.WebWindowNotFoundException
-
Packages that use WebWindowNotFoundException Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of WebWindowNotFoundException in org.htmlunit
Methods in org.htmlunit that throw WebWindowNotFoundException Modifier and Type Method Description WebWindow
WebClient. getWebWindowByName(java.lang.String name)
Returns the firstWebWindow
that matches the specified name.
-