阳洁
2023-07-14 ed6bdc9d2196ee980d5498c4d9993401c078d304
1
2
3
4
5
6
from selenium.webdriver.common.by import By
 
 
class HomeElements:
    # 侧边栏菜单
    menu_ul = (By.XPATH, "//ul[@id='side-menu']")