Class Debugger.GetScriptSourceResponse

java.lang.Object
org.openqa.selenium.devtools.v85.debugger.Debugger.GetScriptSourceResponse
Enclosing class:
Debugger

public static class Debugger.GetScriptSourceResponse extends Object
  • Constructor Details

    • GetScriptSourceResponse

      public GetScriptSourceResponse(String scriptSource, Optional<String> bytecode)
  • Method Details

    • getScriptSource

      public String getScriptSource()
      Script source (empty in case of Wasm bytecode).
    • getBytecode

      public Optional<String> getBytecode()
      Wasm bytecode.