Uses of Class
org.openqa.selenium.devtools.domsnapshot.model.ArrayOfStrings
-
Packages that use ArrayOfStrings Package Description org.openqa.selenium.devtools.domsnapshot.model -
-
Uses of ArrayOfStrings in org.openqa.selenium.devtools.domsnapshot.model
Methods in org.openqa.selenium.devtools.domsnapshot.model that return types with arguments of type ArrayOfStrings Modifier and Type Method Description java.util.List<ArrayOfStrings>
NodeTreeSnapshot. getAttributes()
Attributes of an `Element` node.java.util.List<ArrayOfStrings>
LayoutTreeSnapshot. getStyles()
Array of indexes specifying computed style strings, filtered according to the `computedStyles` parameter passed to `captureSnapshot`.
-