Class Debugger.GetScriptSourceResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.v109.debugger.Debugger.GetScriptSourceResponse
-
- Enclosing class:
- Debugger
public static class Debugger.GetScriptSourceResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetScriptSourceResponse(java.lang.String scriptSource, java.util.Optional<java.lang.String> bytecode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getBytecode()
Wasm bytecode.java.lang.String
getScriptSource()
Script source (empty in case of Wasm bytecode).
-