Uses of Class
org.openqa.selenium.devtools.v112.debugger.model.WasmDisassemblyChunk
-
Packages that use WasmDisassemblyChunk Package Description org.openqa.selenium.devtools.v112.debugger -
-
Uses of WasmDisassemblyChunk in org.openqa.selenium.devtools.v112.debugger
Methods in org.openqa.selenium.devtools.v112.debugger that return WasmDisassemblyChunk Modifier and Type Method Description WasmDisassemblyChunkDebugger.DisassembleWasmModuleResponse. getChunk()The first chunk of disassembly.Methods in org.openqa.selenium.devtools.v112.debugger that return types with arguments of type WasmDisassemblyChunk Modifier and Type Method Description static org.openqa.selenium.devtools.Command<WasmDisassemblyChunk>Debugger. nextWasmDisassemblyChunk(java.lang.String streamId)Disassemble the next chunk of lines for the module corresponding to the stream.Constructors in org.openqa.selenium.devtools.v112.debugger with parameters of type WasmDisassemblyChunk Constructor Description DisassembleWasmModuleResponse(java.util.Optional<java.lang.String> streamId, java.lang.Integer totalNumberOfLines, java.util.List<java.lang.Integer> functionBodyOffsets, WasmDisassemblyChunk chunk)
-