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