def __init__(self, selenium: webdriver.Remote): super().__init__(selenium) # Wait for at least one node expander to appear _ = self.wait_locate_visible_element(self.expander_locator)