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