Returns the alert handler for this webclient. @return the alert handler or null if one hasn't been set
()
| 861 | * @return the alert handler or null if one hasn't been set |
| 862 | */ |
| 863 | public AlertHandler getAlertHandler() { |
| 864 | return alertHandler_; |
| 865 | } |
| 866 | |
| 867 | /** |
| 868 | * Sets the handler that will be executed when the JavaScript method Window.confirm() is called. |