get_js_value_for_dom_object


Description:

[ Version ( deprecated = true , deprecated_since = "2.40" , since = "2.22" ) ]
public Value get_js_value_for_dom_object (Object dom_object)

Warning: get_js_value_for_dom_object is deprecated since 2.40.

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.