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 StringIndexDocumentSnapshot. getBaseURL()Base URL that `Document` or `FrameOwner` node uses for URL completion.StringIndexDocumentSnapshot. getContentLanguage()Contains the document's content language.StringIndexDocumentSnapshot. getDocumentURL()Document URL that `Document` or `FrameOwner` node points to.StringIndexDocumentSnapshot. getEncodingName()Contains the document's character set encoding.StringIndexDocumentSnapshot. getFrameId()Frame ID for frame owner elements and also for the document node.StringIndexDocumentSnapshot. getPublicId()`DocumentType` node's publicId.StringIndexDocumentSnapshot. getSystemId()`DocumentType` node's systemId.StringIndexDocumentSnapshot. 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)
-