Method: WebkitRemote::Client::DomNode#node_type

Defined in:
lib/webkit_remote/client/dom.rb

#node_typeSymbol (readonly)

Returns the DOM node type (such as :element, :text, :attribute).

Returns:

  • (Symbol)

    the DOM node type (such as :element, :text, :attribute)



75
76
77
# File 'lib/webkit_remote/client/dom.rb', line 75

def node_type
  @node_type
end