diff options
| author | guowenzheng <[email protected]> | 2024-10-17 09:57:47 +0800 |
|---|---|---|
| committer | guowenzheng <[email protected]> | 2024-10-17 09:57:47 +0800 |
| commit | 6480e9748c4e6788bc36704d3082e4287b2d3051 (patch) | |
| tree | c78d542e519b52f88fbc5921e7804a00e29b2267 /page_element | |
| parent | b137b69dd02486f99ed53cff0ab8997e353a90d5 (diff) | |
功能补充
Diffstat (limited to 'page_element')
| -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 c197762e..9133eead 100644 --- a/page_element/objects_element_position.py +++ b/page_element/objects_element_position.py @@ -1442,7 +1442,7 @@ flagGroup_ObjectDetailPage_subitem_add_posXpath = '//div[@class="mt-[10px] flex # Object Geolocation elements area bottom===================Object Geolocation elements area bottom===================Object Geolocation elements area bottom===================Object Geolocation elements area bottom=================== # 对象详情页 port_ObjectDetailPage_nameInput_posXpath = '//input[@class="MuiInput-input css-fqt4w4"]' # Name输入框Xpath!!!!! -port_ObjectDetailPage_item_addButton_poId = '//i[@class="iconfont icon-Create1 font-[700]"]' # item下"+"按钮!!!!! +port_ObjectDetailPage_item_addButton_posXpath = '//i[@class="iconfont icon-Create1 font-[700]"]' # item下"+"按钮!!!!! port_ObjectDetailPage_itemValueInput_poXpath = '//div[@class="MuiInput-root MuiInput-variantOutlined MuiInput-colorNeutral MuiInput-sizeMd MuiInput-formControl css-grqzrl"]/input' # item 下value输入框Xpath!!!!! port_ObjectDetailPage_itemSaveButton_poXpath = '//i[@class="operate-icon iconfont icon-save"]' # item 下value保存按钮Xpath!!!!! port_ObjectDetailPage_item_search_posId = acc_ObjectDetailPage_item_search_posXpath # item 下搜索框id |
