Uses of Class
org.htmlunit.WebClientOptions.Geolocation
-
Packages that use WebClientOptions.Geolocation Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of WebClientOptions.Geolocation in org.htmlunit
Fields in org.htmlunit declared as WebClientOptions.Geolocation Modifier and Type Field Description private WebClientOptions.Geolocation
WebClientOptions. geolocation_
Methods in org.htmlunit that return WebClientOptions.Geolocation Modifier and Type Method Description WebClientOptions.Geolocation
WebClientOptions. getGeolocation()
Methods in org.htmlunit with parameters of type WebClientOptions.Geolocation Modifier and Type Method Description void
WebClientOptions. setGeolocation(WebClientOptions.Geolocation geolocation)
Sets theWebClientOptions.Geolocation
to be used.
-