Uses of Enum Class
org.openqa.selenium.devtools.v141.audits.model.UserReidentificationIssueType
Packages that use UserReidentificationIssueType
-
Uses of UserReidentificationIssueType in org.openqa.selenium.devtools.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return UserReidentificationIssueTypeModifier and TypeMethodDescriptionUserReidentificationIssueType.fromString(String s) UserReidentificationIssueDetails.getType()Returns the enum constant of this class with the specified name.static UserReidentificationIssueType[]UserReidentificationIssueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.audits.model with parameters of type UserReidentificationIssueTypeModifierConstructorDescriptionUserReidentificationIssueDetails(UserReidentificationIssueType type, Optional<AffectedRequest> request, Optional<SourceCodeLocation> sourceCodeLocation)