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