class Selenium::DevTools::V85::CSS

def get_computed_style_for_node(node_id:)

def get_computed_style_for_node(node_id:)
  @devtools.send_cmd('CSS.getComputedStyleForNode',
                     nodeId: node_id)
end