named_item method

named_item

Method returns the indexth item in the collection. http://www.w3.org/TR/DOM-Level-2-HTML/html.html#HTMLOptionsCollection-namedItem

Returns

Returns node.

def named_item(self, name):
    ...
ParameterTypeDescription
namestrThe element name.

See Also