Uses of Class
org.openqa.selenium.bidi.log.JavascriptLogEntry
-
Packages that use JavascriptLogEntry Package Description org.openqa.selenium.bidi org.openqa.selenium.bidi.log -
-
Uses of JavascriptLogEntry in org.openqa.selenium.bidi
Method parameters in org.openqa.selenium.bidi with type arguments of type JavascriptLogEntry Modifier and Type Method Description void
LogInspector. onJavaScriptException(java.util.function.Consumer<JavascriptLogEntry> consumer)
void
LogInspector. onJavaScriptLog(java.util.function.Consumer<JavascriptLogEntry> consumer)
-
Uses of JavascriptLogEntry in org.openqa.selenium.bidi.log
Methods in org.openqa.selenium.bidi.log that return JavascriptLogEntry Modifier and Type Method Description static JavascriptLogEntry
JavascriptLogEntry. fromJson(org.openqa.selenium.json.JsonInput input)
Methods in org.openqa.selenium.bidi.log that return types with arguments of type JavascriptLogEntry Modifier and Type Method Description java.util.Optional<JavascriptLogEntry>
LogEntry. getJavascriptLogEntry()
-