def __init__(self, selenium: webdriver.Remote):
super().__init__(selenium)
self.node_count = 17
# Wait for at least one node expander to appear
_ = self.wait_locate_visible_element(self.expander_locator)
评论列表
文章目录