diff options
| author | guowenzheng <[email protected]> | 2024-10-18 17:52:08 +0800 |
|---|---|---|
| committer | guowenzheng <[email protected]> | 2024-10-18 17:52:08 +0800 |
| commit | d064bf5f674af0977d32a35e183db9afeb78db13 (patch) | |
| tree | 95b34c9000927c52bf9a9d65f5260cd97ded6c94 /page_element/objects_element_position.py | |
| parent | eb57d19b0961e6dbaa8468a45042e135b982fd68 (diff) | |
元素定位逻辑修改
Diffstat (limited to 'page_element/objects_element_position.py')
| -rw-r--r-- | page_element/objects_element_position.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/page_element/objects_element_position.py b/page_element/objects_element_position.py index 45deed8f..3a22f74f 100644 --- a/page_element/objects_element_position.py +++ b/page_element/objects_element_position.py @@ -91,7 +91,7 @@ mainPage_secondLevelMenu_Mobile_Identities_posXpath = "//div[@class='MuiListItem mainPage_secondLevelMenu_APNs_posXpath = "//div[@class='MuiListItem-root MuiListItem-gutters menu-apn-object css-1l56wwh']" mainPage_secondLevelMenu_Application_posXpath = "//div[@class='MuiListItem-root MuiListItem-gutters menu-application-object css-1l56wwh']" mainPage_secondLevelMenu_Application_appGroups_posXpath = "//div[@class='MuiListItem-root MuiListItem-gutters menu-app-group css-1l56wwh']" -mainPage_secondLevelMenu_Application_appSignatures_posXpath = "//div[@class='MuiListItem-root MuiListItem-gutters menu-app-signature css-1l56wwh']" +mainPage_secondLevelMenu_Application_appSignatures_posXpath = "//div[@class='MuiListItem-root MuiListItem-gutters menu-app-signature-object css-1l56wwh']" mainPage_secondLevelMenu_Application_customizedAttr_posXpath = "//div[@class='MuiListItem-root MuiListItem-gutters menu-traffic-attribute css-1l56wwh']" mainPage_secondLevelMenu_Tunnel_posXpath = "//div[@class='MuiListItem-root MuiListItem-gutters menu-tunnel-object css-1l56wwh']" mainPage_secondLevelMenu_Flags_posXpath = "//div[@class='MuiListItem-root MuiListItem-gutters menu-flag-object css-1l56wwh']" |
