Class Frame
java.lang.Object
org.openqa.selenium.devtools.v85.page.model.Frame
Information about the Frame on the page.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Frame unique identifier.Identifier of the loader associated with this frame.Frame document's mimeType as determined by the browser.getName()
Frame's name as specified in the tag.Parent frame identifier.Frame document's security origin.If the frame failed to load, this contains the URL that could not be loaded.getUrl()
Frame document's URL without fragment.Frame document's URL fragment including the '#'.
-
Constructor Details
-
Frame
-
-
Method Details
-
getId
Frame unique identifier. -
getParentId
Parent frame identifier. -
getLoaderId
Identifier of the loader associated with this frame. -
getName
Frame's name as specified in the tag. -
getUrl
Frame document's URL without fragment. -
getUrlFragment
Frame document's URL fragment including the '#'. -
getSecurityOrigin
Frame document's security origin. -
getMimeType
Frame document's mimeType as determined by the browser. -
getUnreachableUrl
If the frame failed to load, this contains the URL that could not be loaded. Note that unlike url above, this URL may contain a fragment.
-