-
public final class TrackComputedStyleUpdatesRequestRequest object containing input parameters for the CSSDomain.trackComputedStyleUpdates command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<CSSComputedStyleProperty>propertiesToTrack
-
Constructor Summary
Constructors Constructor Description TrackComputedStyleUpdatesRequest(List<CSSComputedStyleProperty> propertiesToTrack)
-
Method Summary
Modifier and Type Method Description final List<CSSComputedStyleProperty>component1()final TrackComputedStyleUpdatesRequestcopy(List<CSSComputedStyleProperty> propertiesToTrack)final List<CSSComputedStyleProperty>getPropertiesToTrack()-
-
Constructor Detail
-
TrackComputedStyleUpdatesRequest
TrackComputedStyleUpdatesRequest(List<CSSComputedStyleProperty> propertiesToTrack)
-
-
Method Detail
-
component1
final List<CSSComputedStyleProperty> component1()
-
copy
final TrackComputedStyleUpdatesRequest copy(List<CSSComputedStyleProperty> propertiesToTrack)
-
getPropertiesToTrack
final List<CSSComputedStyleProperty> getPropertiesToTrack()
-
-
-
-