Uses of Class
org.openqa.selenium.devtools.page.model.FrameId
-
-
Uses of FrameId in org.openqa.selenium.devtools.applicationcache
Methods in org.openqa.selenium.devtools.applicationcache with parameters of type FrameId Modifier and Type Method Description static Command<ApplicationCache>ApplicationCache. getApplicationCacheForFrame(FrameId frameId)Returns relevant application cache data for the document in given frame.static Command<java.lang.String>ApplicationCache. getManifestForFrame(FrameId frameId)Returns manifest URL for document in the given frame. -
Uses of FrameId in org.openqa.selenium.devtools.applicationcache.model
Methods in org.openqa.selenium.devtools.applicationcache.model that return FrameId Modifier and Type Method Description FrameIdApplicationCacheStatusUpdated. getFrameId()Identifier of the frame containing document whose application cache updated status.FrameIdFrameWithManifest. getFrameId()Frame identifier.Constructors in org.openqa.selenium.devtools.applicationcache.model with parameters of type FrameId Constructor Description ApplicationCacheStatusUpdated(FrameId frameId, java.lang.String manifestURL, java.lang.Integer status)FrameWithManifest(FrameId frameId, java.lang.String manifestURL, java.lang.Integer status) -
Uses of FrameId in org.openqa.selenium.devtools.css
Methods in org.openqa.selenium.devtools.css with parameters of type FrameId Modifier and Type Method Description static 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.css.model
Methods in org.openqa.selenium.devtools.css.model that return FrameId Modifier and Type Method Description FrameIdCSSStyleSheetHeader. getFrameId()Owner frame identifier.Constructors in org.openqa.selenium.devtools.css.model with parameters of type FrameId Constructor Description CSSStyleSheetHeader(StyleSheetId styleSheetId, FrameId frameId, java.lang.String sourceURL, java.lang.String sourceMapURL, StyleSheetOrigin origin, java.lang.String title, BackendNodeId ownerNode, java.lang.Boolean disabled, java.lang.Boolean hasSourceURL, java.lang.Boolean isInline, java.lang.Number startLine, java.lang.Number startColumn, java.lang.Number length) -
Uses of FrameId in org.openqa.selenium.devtools.dom
Methods in org.openqa.selenium.devtools.dom with parameters of type FrameId Modifier and Type Method Description static Command<DOM.GetFrameOwnerResponse>DOM. getFrameOwner(FrameId frameId)Returns iframe node that owns iframe with the given domain. -
Uses of FrameId in org.openqa.selenium.devtools.dom.model
Methods in org.openqa.selenium.devtools.dom.model that return FrameId Modifier and Type Method Description FrameIdNode. getFrameId()Frame ID for frame owner elements.Constructors in org.openqa.selenium.devtools.dom.model with parameters of type FrameId Constructor Description Node(NodeId nodeId, NodeId parentId, BackendNodeId backendNodeId, java.lang.Integer nodeType, java.lang.String nodeName, java.lang.String localName, java.lang.String nodeValue, java.lang.Integer childNodeCount, java.util.List<Node> children, java.util.List<java.lang.String> attributes, java.lang.String documentURL, java.lang.String baseURL, java.lang.String publicId, java.lang.String systemId, java.lang.String internalSubset, java.lang.String xmlVersion, java.lang.String name, java.lang.String value, PseudoType pseudoType, ShadowRootType shadowRootType, FrameId frameId, Node contentDocument, java.util.List<Node> shadowRoots, Node templateContent, java.util.List<Node> pseudoElements, Node importedDocument, java.util.List<BackendNode> distributedNodes, java.lang.Boolean isSVG) -
Uses of FrameId in org.openqa.selenium.devtools.domsnapshot.model
Methods in org.openqa.selenium.devtools.domsnapshot.model that return FrameId Modifier and Type Method Description FrameIdDOMNode. getFrameId()Frame ID for frame owner elements and also for the document node.Constructors in org.openqa.selenium.devtools.domsnapshot.model with parameters of type FrameId Constructor Description DOMNode(java.lang.Integer nodeType, java.lang.String nodeName, java.lang.String nodeValue, java.lang.String textValue, java.lang.String inputValue, java.lang.Boolean inputChecked, java.lang.Boolean optionSelected, BackendNodeId backendNodeId, java.util.List<java.lang.Integer> childNodeIndexes, java.util.List<NameValue> attributes, java.util.List<java.lang.Integer> pseudoElementIndexes, java.lang.Integer layoutNodeIndex, java.lang.String documentURL, java.lang.String baseURL, java.lang.String contentLanguage, java.lang.String documentEncoding, java.lang.String publicId, java.lang.String systemId, FrameId frameId, java.lang.Integer contentDocumentIndex, PseudoType pseudoType, ShadowRootType shadowRootType, java.lang.Boolean isClickable, java.util.List<EventListener> eventListeners, java.lang.String currentSourceURL, java.lang.String originURL, java.lang.Number scrollOffsetX, java.lang.Number scrollOffsetY) -
Uses of FrameId in org.openqa.selenium.devtools.fetch.model
Methods in org.openqa.selenium.devtools.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.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, ErrorReason responseErrorReason, java.lang.Integer responseStatusCode, java.util.List<HeaderEntry> responseHeaders, RequestId networkId) -
Uses of FrameId in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return FrameId Modifier and Type Method Description FrameIdRequestIntercepted. getFrameId()Deprecated.The id of the frame that initiated the request.FrameIdRequestWillBeSent. getFrameId()Frame identifier.FrameIdResponseReceived. getFrameId()Frame identifier.Constructors in org.openqa.selenium.devtools.network.model with parameters of type FrameId Constructor Description RequestIntercepted(InterceptionId interceptionId, Request request, FrameId frameId, ResourceType resourceType, java.lang.Boolean isNavigationRequest, java.lang.Boolean isDownload, java.lang.String redirectUrl, AuthChallenge authChallenge, ErrorReason responseErrorReason, java.lang.Integer responseStatusCode, Headers responseHeaders, RequestId requestId)Deprecated.RequestWillBeSent(RequestId requestId, LoaderId loaderId, java.lang.String documentURL, Request request, MonotonicTime timestamp, TimeSinceEpoch wallTime, Initiator initiator, Response redirectResponse, ResourceType type, FrameId frameId, java.lang.Boolean hasUserGesture)ResponseReceived(RequestId requestId, LoaderId loaderId, MonotonicTime timestamp, ResourceType type, Response response, FrameId frameId) -
Uses of FrameId in org.openqa.selenium.devtools.overlay
Methods in org.openqa.selenium.devtools.overlay with parameters of type FrameId Modifier and Type Method Description static Command<java.lang.Void>Overlay. highlightFrame(FrameId frameId, java.util.Optional<RGBA> contentColor, java.util.Optional<RGBA> contentOutlineColor)Highlights owner element of the frame with given id. -
Uses of FrameId in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.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.page that return types with arguments of type FrameId Modifier and Type Method Description static Event<FrameId>Page. frameClearedScheduledNavigation()static Event<FrameId>Page. frameDetached()static Event<FrameId>Page. frameStartedLoading()static Event<FrameId>Page. frameStoppedLoading()Methods in org.openqa.selenium.devtools.page with parameters of type FrameId Modifier and Type Method Description static 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 Command<Page.GetResourceContentResponse>Page. getResourceContent(FrameId frameId, java.lang.String url)Returns content of the given resource.static 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 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.page with parameters of type FrameId Constructor Description NavigateResponse(FrameId frameId, LoaderId loaderId, java.lang.String errorText) -
Uses of FrameId in org.openqa.selenium.devtools.page.model
Methods in org.openqa.selenium.devtools.page.model that return FrameId Modifier and Type Method Description FrameIdDownloadWillBegin. getFrameId()Id of the frame that caused download to begin.FrameIdFrameAttached. getFrameId()Id of the frame that has been attached.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.FrameIdFrame. getId()Frame unique identifier.FrameIdFrameAttached. getParentFrameId()Parent frame identifier.Constructors in org.openqa.selenium.devtools.page.model with parameters of type FrameId Constructor Description DownloadWillBegin(FrameId frameId, java.lang.String url)Frame(FrameId id, java.lang.String parentId, LoaderId loaderId, java.lang.String name, java.lang.String url, java.lang.String urlFragment, java.lang.String securityOrigin, java.lang.String mimeType, java.lang.String unreachableUrl)FrameAttached(FrameId frameId, FrameId parentFrameId, StackTrace stack)FrameRequestedNavigation(FrameId frameId, ClientNavigationReason reason, java.lang.String url)FrameScheduledNavigation(FrameId frameId, java.lang.Number delay, FrameScheduledNavigation.Reason reason, java.lang.String url)Deprecated.LifecycleEvent(FrameId frameId, LoaderId loaderId, java.lang.String name, MonotonicTime timestamp)NavigatedWithinDocument(FrameId frameId, java.lang.String url)
-