Uses of Class
com.gargoylesoftware.htmlunit.WebClient
-
Packages that use WebClient Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point).com.gargoylesoftware.htmlunit.util Miscellaneous utilities.com.xceptance.xlt.api.actions Provides abstract super classes for different types of actions.com.xceptance.xlt.api.webdriver Provides special Web driver classes that extend Selenium Web drivers with additional features such as recording data about requests and browser events or running browsers in headless mode. -
-
Uses of WebClient in com.gargoylesoftware.htmlunit
Methods in com.gargoylesoftware.htmlunit that return WebClient Modifier and Type Method Description WebClientSgmlPage. getWebClient()Returns the WebClient that originally loaded this page.WebClientWebWindow. getWebClient()Returns the web client that "owns" this window.WebClientWebWindowImpl. getWebClient()Returns the web client that "owns" this window.Constructors in com.gargoylesoftware.htmlunit with parameters of type WebClient Constructor Description DialogWindow(WebClient webClient, java.lang.Object arguments)Creates a new instance.HttpWebConnection(WebClient webClient)Creates a new HTTP web connection instance.TopLevelWindow(java.lang.String name, WebClient webClient)Creates an instance.WebWindowImpl(WebClient webClient)Creates a window and associates it with the client. -
Uses of WebClient in com.gargoylesoftware.htmlunit.util
Methods in com.gargoylesoftware.htmlunit.util with parameters of type WebClient Modifier and Type Method Description static voidWebClientUtils. attachVisualDebugger(WebClient client)Attaches a visual (GUI) debugger to the specified client.Constructors in com.gargoylesoftware.htmlunit.util with parameters of type WebClient Constructor Description FalsifyingWebConnection(WebClient webClient)Constructs an instance and places itself as connection of the WebClient.WebConnectionWrapper(WebClient webClient)Constructs a WebConnection object wrapping the connection of the WebClient and places itself as connection of the WebClient. -
Uses of WebClient in com.xceptance.xlt.api.actions
Methods in com.xceptance.xlt.api.actions that return WebClient Modifier and Type Method Description WebClientAbstractWebAction. getWebClient()Returns the current web client. -
Uses of WebClient in com.xceptance.xlt.api.webdriver
Methods in com.xceptance.xlt.api.webdriver that return WebClient Modifier and Type Method Description WebClientXltDriver. getWebClient()Returns the underlyingWebClientinstance to work with it directly.protected WebClientXltDriver. newWebClient(BrowserVersion version)Returns a new web client instance to be used by this driver.
-