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