Uses of Class
org.openqa.selenium.bidi.script.RemoteValue
Packages that use RemoteValue
Package
Description
-
Uses of RemoteValue in org.openqa.selenium.bidi.browsingcontext
Methods in org.openqa.selenium.bidi.browsingcontext that return RemoteValueMethods in org.openqa.selenium.bidi.browsingcontext that return types with arguments of type RemoteValueModifier and TypeMethodDescriptionBrowsingContext.locateNodes
(LocateNodeParameters parameters) BrowsingContext.locateNodes
(Locator locator) -
Uses of RemoteValue in org.openqa.selenium.bidi.log
Methods in org.openqa.selenium.bidi.log that return types with arguments of type RemoteValueConstructor parameters in org.openqa.selenium.bidi.log with type arguments of type RemoteValueModifierConstructorDescriptionConsoleLogEntry
(LogLevel level, String text, long timestamp, String type, String method, String realm, List<RemoteValue> args, StackTrace stackTrace) -
Uses of RemoteValue in org.openqa.selenium.bidi.script
Methods in org.openqa.selenium.bidi.script that return RemoteValueModifier and TypeMethodDescriptionstatic RemoteValue
RemoteValue.fromJson
(org.openqa.selenium.json.JsonInput input) Message.getData()
ExceptionDetails.getException()
EvaluateResultSuccess.getResult()
Methods in org.openqa.selenium.bidi.script that return types with arguments of type RemoteValueConstructors in org.openqa.selenium.bidi.script with parameters of type RemoteValueModifierConstructorDescriptionEvaluateResultSuccess
(EvaluateResult.Type type, String realmId, RemoteValue value) ExceptionDetails
(long columnNumber, RemoteValue exception, long lineNumber, StackTrace stacktrace, String text) Message
(String channel, RemoteValue data, Source source)