get_counter_value method

get_counter_value

This method is used to get the Counter value. If this CSS value doesn’t contain a counter value, a DOMException is raised. Modification to the corresponding style property can be achieved using the Counter interface.

Returns

Returns Counter value

def get_counter_value(self):
    ...

See Also