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 FrameId
ApplicationCacheStatusUpdated. getFrameId()
Identifier of the frame containing document whose application cache updated status.FrameId
FrameWithManifest. 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.audits.model
Methods in org.openqa.selenium.devtools.audits.model that return FrameId Modifier and Type Method Description FrameId
AffectedFrame. getFrameId()
Constructors in org.openqa.selenium.devtools.audits.model with parameters of type FrameId Constructor Description AffectedFrame(FrameId frameId)
-
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 FrameId
CSSStyleSheetHeader. 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.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.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.dom
Methods in org.openqa.selenium.devtools.dom that return FrameId Modifier and Type Method Description FrameId
DOM.GetNodeForLocationResponse. getFrameId()
Frame this node belongs to.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.Constructors in org.openqa.selenium.devtools.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.dom.model
Methods in org.openqa.selenium.devtools.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.domsnapshot.model
Methods in org.openqa.selenium.devtools.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.fetch.model
Methods in org.openqa.selenium.devtools.fetch.model that return FrameId Modifier and Type Method Description FrameId
AuthRequired. getFrameId()
The id of the frame that initiated the request.FrameId
RequestPaused. 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, java.util.Optional<ErrorReason> responseErrorReason, java.util.Optional<java.lang.Integer> responseStatusCode, java.util.Optional<java.util.List<HeaderEntry>> responseHeaders, java.util.Optional<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 FrameId
RequestIntercepted. getFrameId()
Deprecated.The id of the frame that initiated the request.Methods in org.openqa.selenium.devtools.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.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.network.model with type arguments of type FrameId Constructor Description ResponseReceived(RequestId requestId, LoaderId loaderId, MonotonicTime timestamp, ResourceType type, Response response, java.util.Optional<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 FrameId
Page.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, java.util.Optional<LoaderId> loaderId, java.util.Optional<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 FrameId
DownloadWillBegin. getFrameId()
Id of the frame that caused download to begin.FrameId
FileChooserOpened. getFrameId()
Id of the frame containing input node.FrameId
FrameAttached. getFrameId()
Id of the frame that has been attached.FrameId
FrameRequestedNavigation. getFrameId()
Id of the frame that is being navigated.FrameId
FrameScheduledNavigation. getFrameId()
Deprecated.Id of the frame that has scheduled a navigation.FrameId
LifecycleEvent. getFrameId()
Id of the frame.FrameId
NavigatedWithinDocument. getFrameId()
Id of the frame.FrameId
Frame. getId()
Frame unique identifier.FrameId
FrameAttached. 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 guid, java.lang.String url, java.lang.String suggestedFilename)
FileChooserOpened(FrameId frameId, BackendNodeId backendNodeId, FileChooserOpened.Mode mode)
Frame(FrameId id, java.util.Optional<java.lang.String> parentId, LoaderId loaderId, java.util.Optional<java.lang.String> name, java.lang.String url, java.util.Optional<java.lang.String> urlFragment, java.lang.String securityOrigin, java.lang.String mimeType, java.util.Optional<java.lang.String> unreachableUrl)
FrameAttached(FrameId frameId, FrameId parentFrameId, java.util.Optional<StackTrace> stack)
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)
-