class Selenium::DevTools::V138::CSS

def get_longhand_properties(shorthand_name:, value:)

def get_longhand_properties(shorthand_name:, value:)
  @devtools.send_cmd('CSS.getLonghandProperties',
                     shorthandName: shorthand_name,
                     value: value)
end