RemoteObjectWebDriverValue Property |
Version 118.6.80
Deprecated. Use `deepSerializedValue` instead. WebDriver BiDi representation of the value.
Namespace:
CefSharp.DevTools.Runtime
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public DeepSerializedValue WebDriverValue { get; set; }
public:
property DeepSerializedValue^ WebDriverValue {
DeepSerializedValue^ get ();
void set (DeepSerializedValue^ value);
}
Property Value
Type:
DeepSerializedValueSee Also