Frame
data class Frame(id: FrameId, parentId: String?, loaderId: LoaderId, name: String?, url: String, urlFragment: String?, domainAndRegistry: String, securityOrigin: String, mimeType: String, unreachableUrl: String?, adFrameType: AdFrameType?, secureContextType: SecureContextType, crossOriginIsolatedContextType: CrossOriginIsolatedContextType, gatedAPIFeatures: List<GatedAPIFeatures>)
Content copied to clipboard
Information about the Frame on the page.
Constructors
Frame
Link copied to clipboard
fun Frame(id: FrameId, parentId: String? = null, loaderId: LoaderId, name: String? = null, url: String, urlFragment: String? = null, domainAndRegistry: String, securityOrigin: String, mimeType: String, unreachableUrl: String? = null, adFrameType: AdFrameType? = null, secureContextType: SecureContextType, crossOriginIsolatedContextType: CrossOriginIsolatedContextType, gatedAPIFeatures: List<GatedAPIFeatures>)
Content copied to clipboard
Properties
adFrameType
Link copied to clipboard
crossOriginIsolatedContextType
Link copied to clipboard
domainAndRegistry
Link copied to clipboard
gatedAPIFeatures
Link copied to clipboard
secureContextType
Link copied to clipboard
securityOrigin
Link copied to clipboard
unreachableUrl
Link copied to clipboard
urlFragment
Link copied to clipboard
Sources
jvm source
Link copied to clipboard