Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/real-time-desktop-browser-testing-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ Customize your test environment with various settings:

<img loading="lazy" src={require('../assets/images/real-time-testing/web-browser/settings.png').default} alt="Image" className="doc_img"/>

## Self Signed Certificate Support
Many web features require a secure HTTPS context to function. In development and staging environments, teams often use self-signed certificates, which browsers do not trust by default. This leads to security warnings, blocked APIs, and feature failures.

LambdaTest’s Self-Signed Certificates Support allows users to enable a setting that treats self-signed HTTPS sites as secure within remote test environments. This ensures seamless testing of HTTPS-only APIs, WebRTC, service workers, and other secure-context-dependent features without manual certificate installation. Its key features are:
- **Bypass Browser Warnings :** Self-signed certificates are recognized as secure.
- **Cross-Platform Support :** Works on Windows, macOS, Android, and iOS.
- **Seamless Integration :** Enable via a simple toggle in the LambdaTest UI.

<img loading="lazy" src={require('../assets/images/real-time-testing/web-browser/self-signed-certificate.gif').default} alt="Image" className="doc_img"/>

## Switch
Efficiently switch between different devices, browsers, and their OS versions without ending the current test session.

Expand Down
Loading