119 120 121 122 123 124
# File 'lib/iegrip.rb', line 119 def childNodes retryGetTarget { raw_childNodes = @raw_object.childNodes raw_childNodes ? NodeList.new(raw_childNodes, @ie_obj) : nil } end