Class ComputedStyle
- java.lang.Object
-
- org.openqa.selenium.devtools.v108.domsnapshot.model.ComputedStyle
-
public class ComputedStyle extends java.lang.Object
A subset of the full ComputedStyle as defined by the request whitelist.
-
-
Constructor Summary
Constructors Constructor Description ComputedStyle(java.util.List<NameValue> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<NameValue>
getProperties()
Name/value pairs of computed style properties.
-