get_value_by_index method

get_value_by_index

Returns value of a tag at the specified index.

Returns

Value of a tag.

def get_value_by_index(self, index):
    ...
ParameterTypeDescription
indexintIndex of a tag to return.

See Also