Uses of Enum Class
org.openqa.selenium.devtools.v141.debugger.model.ScriptLanguage
Packages that use ScriptLanguage
-
Uses of ScriptLanguage in org.openqa.selenium.devtools.v141.debugger.model
Methods in org.openqa.selenium.devtools.v141.debugger.model that return ScriptLanguageModifier and TypeMethodDescriptionstatic ScriptLanguageScriptLanguage.fromString(String s) static ScriptLanguageReturns the enum constant of this class with the specified name.static ScriptLanguage[]ScriptLanguage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.debugger.model that return types with arguments of type ScriptLanguageModifier and TypeMethodDescriptionScriptFailedToParse.getScriptLanguage()The language of the script.ScriptParsed.getScriptLanguage()The language of the script.