Uses of Class
org.openqa.selenium.devtools.v106.page.model.FrameId
-
-
Uses of FrameId in org.openqa.selenium.devtools.v106.accessibility
Method parameters in org.openqa.selenium.devtools.v106.accessibility with type arguments of type FrameId Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.util.List<AXNode>>Accessibility. getChildAXNodes(AXNodeId id, java.util.Optional<FrameId> frameId)Fetches a particular accessibility node by AXNodeId.static org.openqa.selenium.devtools.Command<AXNode>Accessibility. getRootAXNode(java.util.Optional<FrameId> frameId)Fetches the root node. -
Uses of FrameId in org.openqa.selenium.devtools.v106.accessibility.model
Methods in org.openqa.selenium.devtools.v106.accessibility.model that return types with arguments of type FrameId Modifier and Type Method Description java.util.Optional<FrameId>AXNode. getFrameId()The frame ID for the frame associated with this nodes document. -
Uses of FrameId in org.openqa.selenium.devtools.v106.audits.model
Methods in org.openqa.selenium.devtools.v106.audits.model that return FrameId Modifier and Type Method Description FrameIdAffectedFrame. getFrameId()FrameIdQuirksModeIssueDetails. getFrameId()Methods in org.openqa.selenium.devtools.v106.audits.model that return types with arguments of type FrameId Modifier and Type Method Description java.util.Optional<FrameId>GenericIssueDetails. getFrameId()Constructors in org.openqa.selenium.devtools.v106.audits.model with parameters of type FrameId Constructor Description AffectedFrame(FrameId frameId)QuirksModeIssueDetails(java.lang.Boolean isLimitedQuirksMode, BackendNodeId documentNodeId, java.lang.String url, FrameId frameId, LoaderId loaderId)Constructor parameters in org.openqa.selenium.devtools.v106.audits.model with type arguments of type FrameId Constructor Description GenericIssueDetails(GenericIssueErrorType errorType, java.util.Optional<FrameId> frameId) -
Uses of FrameId in org.openqa.selenium.devtools.v106.browser.model
Methods in org.openqa.selenium.devtools.v106.browser.model that return FrameId Modifier and Type Method Description FrameIdDownloadWillBegin. getFrameId()Id of the frame that caused the download to begin.Constructors in org.openqa.selenium.devtools.v106.browser.model with parameters of type FrameId Constructor Description DownloadWillBegin(FrameId frameId, java.lang.String guid, java.lang.String url, java.lang.String suggestedFilename) -
Uses of FrameId in org.openqa.selenium.devtools.v106.css
Methods in org.openqa.selenium.devtools.v106.css with parameters of type FrameId Modifier and Type Method Description static org.openqa.selenium.devtools.Command<StyleSheetId>CSS. createStyleSheet(FrameId frameId)Creates a new special "via-inspector" stylesheet in the frame with given `frameId`. -
Uses of FrameId in org.openqa.selenium.devtools.v106.css.model
Methods in org.openqa.selenium.devtools.v106.css.model that return FrameId Modifier and Type Method Description FrameIdCSSStyleSheetHeader. getFrameId()Owner frame identifier.Constructors in org.openqa.selenium.devtools.v106.css.model with parameters of type FrameId Constructor Description CSSStyleSheetHeader(StyleSheetId styleSheetId, FrameId frameId, java.lang.String sourceURL, java.util.Optional<java.lang.String> sourceMapURL, StyleSheetOrigin origin, java.lang.String title, java.util.Optional<BackendNodeId> ownerNode, java.lang.Boolean disabled, java.util.Optional<java.lang.Boolean> hasSourceURL, java.lang.Boolean isInline, java.lang.Boolean isMutable, java.lang.Boolean isConstructed, java.lang.Number startLine, java.lang.Number startColumn, java.lang.Number length, java.lang.Number endLine, java.lang.Number endColumn) -
Uses of FrameId in org.openqa.selenium.devtools.v106.dom
Methods in org.openqa.selenium.devtools.v106.dom that return FrameId Modifier and Type Method Description FrameIdDOM.GetNodeForLocationResponse. getFrameId()Frame this node belongs to.Methods in org.openqa.selenium.devtools.v106.dom with parameters of type FrameId Modifier and Type Method Description static org.openqa.selenium.devtools.Command<DOM.GetFrameOwnerResponse>DOM. getFrameOwner(FrameId frameId)Returns iframe node that owns iframe with the given domain.Constructors in org.openqa.selenium.devtools.v106.dom with parameters of type FrameId Constructor Description GetNodeForLocationResponse(BackendNodeId backendNodeId, FrameId frameId, java.util.Optional<NodeId> nodeId) -
Uses of FrameId in org.openqa.selenium.devtools.v106.dom.model
Methods in org.openqa.selenium.devtools.v106.dom.model that return types with arguments of type FrameId Modifier and Type Method Description java.util.Optional<FrameId>Node. getFrameId()Frame ID for frame owner elements. -
Uses of FrameId in org.openqa.selenium.devtools.v106.domsnapshot.model
Methods in org.openqa.selenium.devtools.v106.domsnapshot.model that return types with arguments of type FrameId Modifier and Type Method Description java.util.Optional<FrameId>DOMNode. getFrameId()Frame ID for frame owner elements and also for the document node. -
Uses of FrameId in org.openqa.selenium.devtools.v106.fetch.model
Methods in org.openqa.selenium.devtools.v106.fetch.model that return FrameId Modifier and Type Method Description FrameIdAuthRequired. getFrameId()The id of the frame that initiated the request.FrameIdRequestPaused. getFrameId()The id of the frame that initiated the request.Constructors in org.openqa.selenium.devtools.v106.fetch.model with parameters of type FrameId Constructor Description AuthRequired(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, AuthChallenge authChallenge)RequestPaused(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, java.util.Optional<ErrorReason> responseErrorReason, java.util.Optional<java.lang.Integer> responseStatusCode, java.util.Optional<java.lang.String> responseStatusText, java.util.Optional<java.util.List<HeaderEntry>> responseHeaders, java.util.Optional<RequestId> networkId) -
Uses of FrameId in org.openqa.selenium.devtools.v106.network
Method parameters in org.openqa.selenium.devtools.v106.network with type arguments of type FrameId Modifier and Type Method Description static org.openqa.selenium.devtools.Command<SecurityIsolationStatus>Network. getSecurityIsolationStatus(java.util.Optional<FrameId> frameId)Returns information about the COEP/COOP isolation status.static org.openqa.selenium.devtools.Command<LoadNetworkResourcePageResult>Network. loadNetworkResource(java.util.Optional<FrameId> frameId, java.lang.String url, LoadNetworkResourceOptions options)Fetches the resource and returns the content. -
Uses of FrameId in org.openqa.selenium.devtools.v106.network.model
Methods in org.openqa.selenium.devtools.v106.network.model that return FrameId Modifier and Type Method Description FrameIdRequestIntercepted. getFrameId()Deprecated.The id of the frame that initiated the request.Methods in org.openqa.selenium.devtools.v106.network.model that return types with arguments of type FrameId Modifier and Type Method Description java.util.Optional<FrameId>RequestWillBeSent. getFrameId()Frame identifier.java.util.Optional<FrameId>ResponseReceived. getFrameId()Frame identifier.Constructors in org.openqa.selenium.devtools.v106.network.model with parameters of type FrameId Constructor Description RequestIntercepted(InterceptionId interceptionId, Request request, FrameId frameId, ResourceType resourceType, java.lang.Boolean isNavigationRequest, java.util.Optional<java.lang.Boolean> isDownload, java.util.Optional<java.lang.String> redirectUrl, java.util.Optional<AuthChallenge> authChallenge, java.util.Optional<ErrorReason> responseErrorReason, java.util.Optional<java.lang.Integer> responseStatusCode, java.util.Optional<Headers> responseHeaders, java.util.Optional<RequestId> requestId)Deprecated.Constructor parameters in org.openqa.selenium.devtools.v106.network.model with type arguments of type FrameId Constructor Description ResponseReceived(RequestId requestId, LoaderId loaderId, MonotonicTime timestamp, ResourceType type, Response response, java.lang.Boolean hasExtraInfo, java.util.Optional<FrameId> frameId) -
Uses of FrameId in org.openqa.selenium.devtools.v106.overlay
Methods in org.openqa.selenium.devtools.v106.overlay with parameters of type FrameId Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Overlay. highlightFrame(FrameId frameId, java.util.Optional<RGBA> contentColor, java.util.Optional<RGBA> contentOutlineColor)Deprecated. -
Uses of FrameId in org.openqa.selenium.devtools.v106.page
Methods in org.openqa.selenium.devtools.v106.page that return FrameId Modifier and Type Method Description FrameIdPage.NavigateResponse. getFrameId()Frame id that has navigated (or failed to navigate)Methods in org.openqa.selenium.devtools.v106.page that return types with arguments of type FrameId Modifier and Type Method Description static org.openqa.selenium.devtools.Event<FrameId>Page. frameClearedScheduledNavigation()static org.openqa.selenium.devtools.Event<FrameId>Page. frameStartedLoading()static org.openqa.selenium.devtools.Event<FrameId>Page. frameStoppedLoading()Methods in org.openqa.selenium.devtools.v106.page with parameters of type FrameId Modifier and Type Method Description static org.openqa.selenium.devtools.Command<ExecutionContextId>Page. createIsolatedWorld(FrameId frameId, java.util.Optional<java.lang.String> worldName, java.util.Optional<java.lang.Boolean> grantUniveralAccess)Creates an isolated world for the given frame.static org.openqa.selenium.devtools.Command<java.util.List<OriginTrial>>Page. getOriginTrials(FrameId frameId)Get Origin Trials on given frame.static org.openqa.selenium.devtools.Command<java.util.List<PermissionsPolicyFeatureState>>Page. getPermissionsPolicyState(FrameId frameId)Get Permissions Policy state on given frame.static org.openqa.selenium.devtools.Command<Page.GetResourceContentResponse>Page. getResourceContent(FrameId frameId, java.lang.String url)Returns content of the given resource.static org.openqa.selenium.devtools.Command<java.util.List<SearchMatch>>Page. searchInResource(FrameId frameId, java.lang.String url, java.lang.String query, java.util.Optional<java.lang.Boolean> caseSensitive, java.util.Optional<java.lang.Boolean> isRegex)Searches for given string in resource content.static org.openqa.selenium.devtools.Command<java.lang.Void>Page. setDocumentContent(FrameId frameId, java.lang.String html)Sets given markup as the document's HTML.Constructors in org.openqa.selenium.devtools.v106.page with parameters of type FrameId Constructor Description NavigateResponse(FrameId frameId, java.util.Optional<LoaderId> loaderId, java.util.Optional<java.lang.String> errorText) -
Uses of FrameId in org.openqa.selenium.devtools.v106.page.model
Methods in org.openqa.selenium.devtools.v106.page.model that return FrameId Modifier and Type Method Description FrameIdBackForwardCacheNotUsed. getFrameId()The frame id of the associated frame.FrameIdDownloadWillBegin. getFrameId()Deprecated.Id of the frame that caused download to begin.FrameIdFileChooserOpened. getFrameId()Id of the frame containing input node.FrameIdFrameAttached. getFrameId()Id of the frame that has been attached.FrameIdFrameDetached. getFrameId()Id of the frame that has been detached.FrameIdFrameRequestedNavigation. getFrameId()Id of the frame that is being navigated.FrameIdFrameScheduledNavigation. getFrameId()Deprecated.Id of the frame that has scheduled a navigation.FrameIdLifecycleEvent. getFrameId()Id of the frame.FrameIdNavigatedWithinDocument. getFrameId()Id of the frame.FrameIdPermissionsPolicyBlockLocator. getFrameId()FrameIdFrame. getId()Frame unique identifier.FrameIdPrerenderAttemptCompleted. getInitiatingFrameId()The frame id of the frame initiating prerendering.FrameIdFrameAttached. getParentFrameId()Parent frame identifier.Methods in org.openqa.selenium.devtools.v106.page.model that return types with arguments of type FrameId Modifier and Type Method Description java.util.Optional<FrameId>Frame. getParentId()Parent frame identifier.Constructors in org.openqa.selenium.devtools.v106.page.model with parameters of type FrameId Constructor Description BackForwardCacheNotUsed(LoaderId loaderId, FrameId frameId, java.util.List<BackForwardCacheNotRestoredExplanation> notRestoredExplanations, java.util.Optional<BackForwardCacheNotRestoredExplanationTree> notRestoredExplanationsTree)DownloadWillBegin(FrameId frameId, java.lang.String guid, java.lang.String url, java.lang.String suggestedFilename)Deprecated.FileChooserOpened(FrameId frameId, FileChooserOpened.Mode mode, java.util.Optional<BackendNodeId> backendNodeId)Frame(FrameId id, java.util.Optional<FrameId> parentId, LoaderId loaderId, java.util.Optional<java.lang.String> name, java.lang.String url, java.util.Optional<java.lang.String> urlFragment, java.lang.String domainAndRegistry, java.lang.String securityOrigin, java.lang.String mimeType, java.util.Optional<java.lang.String> unreachableUrl, java.util.Optional<AdFrameStatus> adFrameStatus, SecureContextType secureContextType, CrossOriginIsolatedContextType crossOriginIsolatedContextType, java.util.List<GatedAPIFeatures> gatedAPIFeatures)FrameAttached(FrameId frameId, FrameId parentFrameId, java.util.Optional<StackTrace> stack, java.util.Optional<AdScriptId> adScriptId)FrameDetached(FrameId frameId, FrameDetached.Reason reason)FrameRequestedNavigation(FrameId frameId, ClientNavigationReason reason, java.lang.String url, ClientNavigationDisposition disposition)FrameScheduledNavigation(FrameId frameId, java.lang.Number delay, ClientNavigationReason reason, java.lang.String url)Deprecated.LifecycleEvent(FrameId frameId, LoaderId loaderId, java.lang.String name, MonotonicTime timestamp)NavigatedWithinDocument(FrameId frameId, java.lang.String url)PermissionsPolicyBlockLocator(FrameId frameId, PermissionsPolicyBlockReason blockReason)PrerenderAttemptCompleted(FrameId initiatingFrameId, java.lang.String prerenderingUrl, PrerenderFinalStatus finalStatus, java.util.Optional<java.lang.String> reasonDetails)Constructor parameters in org.openqa.selenium.devtools.v106.page.model with type arguments of type FrameId Constructor Description Frame(FrameId id, java.util.Optional<FrameId> parentId, LoaderId loaderId, java.util.Optional<java.lang.String> name, java.lang.String url, java.util.Optional<java.lang.String> urlFragment, java.lang.String domainAndRegistry, java.lang.String securityOrigin, java.lang.String mimeType, java.util.Optional<java.lang.String> unreachableUrl, java.util.Optional<AdFrameStatus> adFrameStatus, SecureContextType secureContextType, CrossOriginIsolatedContextType crossOriginIsolatedContextType, java.util.List<GatedAPIFeatures> gatedAPIFeatures) -
Uses of FrameId in org.openqa.selenium.devtools.v106.performancetimeline.model
Methods in org.openqa.selenium.devtools.v106.performancetimeline.model that return FrameId Modifier and Type Method Description FrameIdTimelineEvent. getFrameId()Identifies the frame that this event is related to.Constructors in org.openqa.selenium.devtools.v106.performancetimeline.model with parameters of type FrameId Constructor Description TimelineEvent(FrameId frameId, java.lang.String type, java.lang.String name, TimeSinceEpoch time, java.util.Optional<java.lang.Number> duration, java.util.Optional<LargestContentfulPaint> lcpDetails, java.util.Optional<LayoutShift> layoutShiftDetails) -
Uses of FrameId in org.openqa.selenium.devtools.v106.storage
Methods in org.openqa.selenium.devtools.v106.storage with parameters of type FrameId Modifier and Type Method Description static org.openqa.selenium.devtools.Command<SerializedStorageKey>Storage. getStorageKeyForFrame(FrameId frameId)Returns a storage key given a frame id. -
Uses of FrameId in org.openqa.selenium.devtools.v106.target.model
Methods in org.openqa.selenium.devtools.v106.target.model that return types with arguments of type FrameId Modifier and Type Method Description java.util.Optional<FrameId>TargetInfo. getOpenerFrameId()Frame id of originating window (is only set if target has an opener).
-