from selenium.webdriver.common.by import By from selenium.webdriver.common.keys import Keys from .base import wait class PostPage: def __init__(self, test): self.test = test def get_table_rows(self): # Post-May08b: #id_post_table is now a