chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page / Frame / <init>

<init>

Frame(id: FrameId, parentId: String? = null, loaderId: LoaderId, name: String? = null, url: String, urlFragment: String? = null, domainAndRegistry: String? = null, securityOrigin: String, mimeType: String, unreachableUrl: String? = null, adFrameType: AdFrameType? = null, secureContextType: SecureContextType? = null, crossOriginIsolatedContextType: CrossOriginIsolatedContextType? = null)

Information about the Frame on the page.

Official doc