Class WasmDisassemblyChunk

java.lang.Object
org.openqa.selenium.devtools.v135.debugger.model.WasmDisassemblyChunk

@Beta public class WasmDisassemblyChunk extends Object
  • Constructor Details

  • Method Details

    • getLines

      public List<String> getLines()
      The next chunk of disassembled lines.
    • getBytecodeOffsets

      public List<Integer> getBytecodeOffsets()
      The bytecode offsets describing the start of each line.