Uses of Class
org.openqa.selenium.devtools.v141.debugger.model.WasmDisassemblyChunk
Packages that use WasmDisassemblyChunk
-
Uses of WasmDisassemblyChunk in org.openqa.selenium.devtools.v141.debugger
Methods in org.openqa.selenium.devtools.v141.debugger that return WasmDisassemblyChunkModifier and TypeMethodDescriptionDebugger.DisassembleWasmModuleResponse.getChunk()The first chunk of disassembly.Methods in org.openqa.selenium.devtools.v141.debugger that return types with arguments of type WasmDisassemblyChunkModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<WasmDisassemblyChunk> Debugger.nextWasmDisassemblyChunk(String streamId) Disassemble the next chunk of lines for the module corresponding to the stream.Constructors in org.openqa.selenium.devtools.v141.debugger with parameters of type WasmDisassemblyChunkModifierConstructorDescriptionDisassembleWasmModuleResponse(Optional<String> streamId, Integer totalNumberOfLines, List<Integer> functionBodyOffsets, WasmDisassemblyChunk chunk)