previous_element_sibling property

previous_element_sibling property

Returns the first preceding sibling that is an element, and null otherwise.

Definition:

@property
def previous_element_sibling(self):
    ...

See Also