WHITE PAPERS  |  PRICING  |  DOWNLOADS

 

username

password

 

 

 

 

 

 

 

 

 

 

  Desktop Edition Details  

 

  > Features  

  > Key Benefits  

  > Screenshots  

  > Standards Supported  

  > Pricing  

  > Download Now

 

 

  Developer Resources  

 

  > API Documentation  

  > Developers Guide  

  > Code Examples  

  > Updated Builds  

  > Technical Articles  

 

 

 

 

 

Jump to:

General WebRenderer Functions

  WebRenderer example code base.

 

Advanced WebRenderer functions

 

Application test examples

 

Deploying WebRenderer

WebRenderer DOM

  

  

 

Disable HTTPS dialogs in WebRenderer

 

 

 

How to disable HTTPS dialogs

The IBrowserCanvas method disableHTTPSDialog(boolean) is a convienience method that prevents HTTPS dialogs showing to the user. This is particularly useful in automated HTML FORM submissions to SSL pages.

IBrowserCanvas browser = BrowserFactory.spawnMozilla();
//Disabling HTTPS dialogs
browser.disableHTTPSDialog(true);

When  HTTPS dialogs are disabled any certificates requiring a dialog are accepted by default.
 

  top

 

 

 Sun, Sun Microsystems, and the Sun Logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries 

Privacy Policy  |   Disclaimer