Uses of Class
org.openqa.selenium.devtools.domsnapshot.model.StringIndex
-
Packages that use StringIndex Package Description org.openqa.selenium.devtools.domsnapshot.model -
-
Uses of StringIndex in org.openqa.selenium.devtools.domsnapshot.model
Methods in org.openqa.selenium.devtools.domsnapshot.model that return StringIndex Modifier and Type Method Description StringIndex
DocumentSnapshot. getBaseURL()
Base URL that `Document` or `FrameOwner` node uses for URL completion.StringIndex
DocumentSnapshot. getContentLanguage()
Contains the document's content language.StringIndex
DocumentSnapshot. getDocumentURL()
Document URL that `Document` or `FrameOwner` node points to.StringIndex
DocumentSnapshot. getEncodingName()
Contains the document's character set encoding.StringIndex
DocumentSnapshot. getFrameId()
Frame ID for frame owner elements and also for the document node.StringIndex
DocumentSnapshot. getPublicId()
`DocumentType` node's publicId.StringIndex
DocumentSnapshot. getSystemId()
`DocumentType` node's systemId.StringIndex
DocumentSnapshot. getTitle()
Document title.Methods in org.openqa.selenium.devtools.domsnapshot.model that return types with arguments of type StringIndex Modifier and Type Method Description java.util.Optional<java.util.List<StringIndex>>
NodeTreeSnapshot. getNodeName()
`Node`'s nodeName.java.util.Optional<java.util.List<StringIndex>>
NodeTreeSnapshot. getNodeValue()
`Node`'s nodeValue.java.util.List<StringIndex>
LayoutTreeSnapshot. getText()
Contents of the LayoutText, if any.java.util.List<StringIndex>
RareStringData. getValue()
Constructors in org.openqa.selenium.devtools.domsnapshot.model with parameters of type StringIndex Constructor Description DocumentSnapshot(StringIndex documentURL, StringIndex title, StringIndex baseURL, StringIndex contentLanguage, StringIndex encodingName, StringIndex publicId, StringIndex systemId, StringIndex frameId, NodeTreeSnapshot nodes, LayoutTreeSnapshot layout, TextBoxSnapshot textBoxes, java.util.Optional<java.lang.Number> scrollOffsetX, java.util.Optional<java.lang.Number> scrollOffsetY, java.util.Optional<java.lang.Number> contentWidth, java.util.Optional<java.lang.Number> contentHeight)
Constructor parameters in org.openqa.selenium.devtools.domsnapshot.model with type arguments of type StringIndex Constructor Description ArrayOfStrings(java.util.List<StringIndex> arrayOfStrings)
-