Uses of Class
org.openqa.selenium.bidi.log.JavascriptLogEntry
Packages that use JavascriptLogEntry
Package
Description
- 
Uses of JavascriptLogEntry in org.openqa.selenium.bidi.logMethods in org.openqa.selenium.bidi.log that return JavascriptLogEntryMethods in org.openqa.selenium.bidi.log that return types with arguments of type JavascriptLogEntry
- 
Uses of JavascriptLogEntry in org.openqa.selenium.bidi.moduleMethod parameters in org.openqa.selenium.bidi.module with type arguments of type JavascriptLogEntryModifier and TypeMethodDescriptionlongLogInspector.onJavaScriptException(Consumer<JavascriptLogEntry> consumer) voidLogInspector.onJavaScriptLog(Consumer<JavascriptLogEntry> consumer) voidLogInspector.onJavaScriptLog(Consumer<JavascriptLogEntry> consumer, FilterBy filter) 
- 
Uses of JavascriptLogEntry in org.openqa.selenium.remoteMethod parameters in org.openqa.selenium.remote with type arguments of type JavascriptLogEntryModifier and TypeMethodDescriptionlongScript.addJavaScriptErrorHandler(Consumer<JavascriptLogEntry> consumer)