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