class Selenium::DevTools::V101::Debugger

def get_wasm_bytecode(script_id:)

def get_wasm_bytecode(script_id:)
  @devtools.send_cmd('Debugger.getWasmBytecode',
                     scriptId: script_id)
end