-
public final class TakeComputedStyleUpdatesResponseResponse type for the CSSDomain.takeComputedStyleUpdates command.
-
-
Constructor Summary
Constructors Constructor Description TakeComputedStyleUpdatesResponse(List<Integer> nodeIds)
-
Method Summary
Modifier and Type Method Description final List<Integer>component1()final TakeComputedStyleUpdatesResponsecopy(List<Integer> nodeIds)final List<Integer>getNodeIds()The list of node Ids that have their tracked computed styles updated -
-
Method Detail
-
component1
final List<Integer> component1()
-
copy
final TakeComputedStyleUpdatesResponse copy(List<Integer> nodeIds)
-
getNodeIds
final List<Integer> getNodeIds()
The list of node Ids that have their tracked computed styles updated
-
-
-
-