Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.06 KB

File metadata and controls

21 lines (16 loc) · 1.06 KB

Perfecto Customization Script Service - Code Sample

The following script demonstrates how to use Perfecto's DesktopWeb Customization Script capability to install an ssl certificate.

To learn more about the DesktopWeb Customization Script Service click here.

Getting Started:

  • Clone the project git clone https://github.com/PerfectoCode/DesktopWebCustomizationScript.git
  • Fill in you Perfecto Lab URL - in the URL variable (line #38 of the CostumizationScriptSample.java file)
  • Provide your security token for the securityToken capability (line #27 of the java file)
  • Run the project

SSL-Certificates

The sample uses the following site: https://self-signed.badssl.com/

  • Before installing the certificates:
    alt text

  • After installing the certificates:
    alt text

    The connection is now considered secured by the browser:
    alt text