Class DebugSymbols
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.debugger.model.DebugSymbols
-
public class DebugSymbols extends java.lang.Object
Debug symbols available for a wasm script.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DebugSymbols.Type
-
Constructor Summary
Constructors Constructor Description DebugSymbols(DebugSymbols.Type type, java.util.Optional<java.lang.String> externalURL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getExternalURL()
URL of the external symbol source.DebugSymbols.Type
getType()
Type of the debug symbols.
-
-
-
Constructor Detail
-
DebugSymbols
public DebugSymbols(DebugSymbols.Type type, java.util.Optional<java.lang.String> externalURL)
-
-
Method Detail
-
getType
public DebugSymbols.Type getType()
Type of the debug symbols.
-
getExternalURL
public java.util.Optional<java.lang.String> getExternalURL()
URL of the external symbol source.
-
-