Uses of Class
org.openqa.selenium.devtools.audits.model.AffectedFrame
-
Packages that use AffectedFrame Package Description org.openqa.selenium.devtools.audits.model -
-
Uses of AffectedFrame in org.openqa.selenium.devtools.audits.model
Methods in org.openqa.selenium.devtools.audits.model that return types with arguments of type AffectedFrame Modifier and Type Method Description java.util.Optional<AffectedFrame>
MixedContentIssueDetails. getFrame()
Optional because not every mixed content issue is necessarily linked to a frame.
-