Send a request to a server and return a Page that represents the response from the server. This page will be used to populate the provided window. The returned Page will be created by the PageCreator configured by #setPageCreator(PageCreator), if any. The {@link Defau
(final WebWindow webWindow, final WebRequest webRequest)
| 409 | * @see WebRequest |
| 410 | */ |
| 411 | public <P extends Page> P getPage(final WebWindow webWindow, final WebRequest webRequest) |
| 412 | throws IOException, FailingHttpStatusCodeException { |
| 413 | return getPage(webWindow, webRequest, true); |
| 414 | } |
| 415 | |
| 416 | /** |
| 417 | * <span style="color:red">INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.</span><br> |