Class Security
- java.lang.Object
-
- org.openqa.selenium.devtools.security.Security
-
public class Security extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Security()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Command<java.lang.Void>
disable()
Disables tracking security state changes.static Command<java.lang.Void>
enable()
Enables tracking security state changes.static Event<SecurityStateChanged>
securityStateChanged()
The security state of the page changed.static Command<java.lang.Void>
setIgnoreCertificateErrors(boolean ignore)
Enable/disable whether all certificate errors should be ignored.
-
-
-
Method Detail
-
disable
public static Command<java.lang.Void> disable()
Disables tracking security state changes.
-
enable
public static Command<java.lang.Void> enable()
Enables tracking security state changes.
-
setIgnoreCertificateErrors
public static Command<java.lang.Void> setIgnoreCertificateErrors(boolean ignore)
Enable/disable whether all certificate errors should be ignored. (EXPERIMENTAL)
-
securityStateChanged
public static Event<SecurityStateChanged> securityStateChanged()
The security state of the page changed.
-
-