Package org.htmlunit.util
Class WebClientUtils
java.lang.Object
org.htmlunit.util.WebClientUtils
Utility class containing miscellaneous
WebClient
-related methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
attachVisualDebugger
(WebClient client) Attaches a visual (GUI) debugger to the specified client.
-
Constructor Details
-
WebClientUtils
private WebClientUtils()Disallow instantiation of this class.
-
-
Method Details
-
attachVisualDebugger
Attaches a visual (GUI) debugger to the specified client.- Parameters:
client
- the client to which the visual debugger is to be attached- See Also:
-