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