Uses of Class
org.openqa.selenium.devtools.debugger.model.ScriptLanguage
-
Packages that use ScriptLanguage Package Description org.openqa.selenium.devtools.debugger.model -
-
Uses of ScriptLanguage in org.openqa.selenium.devtools.debugger.model
Methods in org.openqa.selenium.devtools.debugger.model that return ScriptLanguage Modifier and Type Method Description static ScriptLanguage
ScriptLanguage. fromString(java.lang.String s)
static ScriptLanguage
ScriptLanguage. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScriptLanguage[]
ScriptLanguage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.debugger.model that return types with arguments of type ScriptLanguage Modifier and Type Method Description java.util.Optional<ScriptLanguage>
ScriptFailedToParse. getScriptLanguage()
The language of the script.java.util.Optional<ScriptLanguage>
ScriptParsed. getScriptLanguage()
The language of the script.
-