Package org.htmlunit.util
Class WebClientUtils
- java.lang.Object
-
- org.htmlunit.util.WebClientUtils
-
public final class WebClientUtils extends java.lang.Object
Utility class containing miscellaneousWebClient
-related methods.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
attachVisualDebugger(WebClient client)
Attaches a visual (GUI) debugger to the specified client.
-
-
-
Method Detail
-
attachVisualDebugger
public static void attachVisualDebugger(WebClient client)
Attaches a visual (GUI) debugger to the specified client.- Parameters:
client
- the client to which the visual debugger is to be attached- See Also:
- Mozilla Rhino Debugger Documentation
-
-