Class Debugger.GetScriptSourceResponse
java.lang.Object
org.openqa.selenium.devtools.v139.debugger.Debugger.GetScriptSourceResponse
- Enclosing class:
 Debugger
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionWasm bytecode.Script source (empty in case of Wasm bytecode). 
- 
Constructor Details
- 
GetScriptSourceResponse
 
 - 
 - 
Method Details
- 
getScriptSource
Script source (empty in case of Wasm bytecode). - 
getBytecode
Wasm bytecode. 
 -