next_element_sibling property

next_element_sibling property

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

Definition:

@property
def next_element_sibling(self):
    ...

See Also