Uses of Class
org.openqa.selenium.bidi.script.RemoteValue
Packages that use RemoteValue
-
Uses of RemoteValue in org.openqa.selenium.bidi.script
Methods in org.openqa.selenium.bidi.script that return RemoteValueModifier and TypeMethodDescriptionstatic RemoteValueRemoteValue.fromJson(org.openqa.selenium.json.JsonInput input) Message.getData()ExceptionDetails.getException()EvaluateResultSuccess.getResult()Constructors 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)