get_js_value_for_dom_object
Description:
[
Version ( since =
"2.22" ) ]
public Value get_js_value_for_dom_object (
Object dom_object)
Get a Value referencing the given DOM object.
The value is created in the JavaScript execution context of this.
Parameters:
this |
a Frame
|
dom_object |
a Object
|
Returns:
the Value referencing dom_object .
|