Creates a web client instance using the browser version returned by BrowserVersion#getDefault().
()
| 268 | * {@link BrowserVersion#getDefault()}. |
| 269 | */ |
| 270 | public WebClient() { |
| 271 | this(BrowserVersion.getDefault()); |
| 272 | } |
| 273 | |
| 274 | /** |
| 275 | * Creates a web client instance using the specified {@link BrowserVersion}. |
nothing calls this directly
no test coverage detected