Load a new web page in the current browser window. This is done using an HTTP POST operation, and the method will block until the load is complete. This will follow redirects issued either by the server or as a meta-redirect from within the returned HTML. Should a meta-redirect "rest" for any durati
(String url)
| 520 | * @param url The URL to load. Must be a fully qualified URL |
| 521 | */ |
| 522 | void to(String url); |
| 523 | |
| 524 | /** |
| 525 | * Overloaded version of {@link #to(String)} that makes it easy to pass in a URL. |
no outgoing calls