java.lang.Object
org.openqa.selenium.devtools.v120.domsnapshot.model.ComputedStyle

public class ComputedStyle extends Object
A subset of the full ComputedStyle as defined by the request whitelist.
  • Constructor Details

    • ComputedStyle

      public ComputedStyle(List<NameValue> properties)
  • Method Details

    • getProperties

      public List<NameValue> getProperties()
      Name/value pairs of computed style properties.