summaryrefslogtreecommitdiff
path: root/page_element
diff options
context:
space:
mode:
authorguowenzheng <[email protected]>2024-11-18 10:23:42 +0800
committerguowenzheng <[email protected]>2024-11-18 10:23:42 +0800
commit9da749aa049f26757b219de4afa0e439f11df883 (patch)
tree92b1a61536ec8583f7abec1b4759ee1607768c2a /page_element
parent3c906feba8a9d4320d74eab564a6a02a8853c638 (diff)
parente5b3de9da1305a93ec274e4b0a522c3129c14a54 (diff)
Merge branch 'develop' of https://git.mesalab.cn/zhaokun/tsg_ui_script into develop
Diffstat (limited to 'page_element')
-rw-r--r--page_element/objects_element_position.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/page_element/objects_element_position.py b/page_element/objects_element_position.py
index 18419a14..62bc824a 100644
--- a/page_element/objects_element_position.py
+++ b/page_element/objects_element_position.py
@@ -762,7 +762,7 @@ FQDNsObjectPage_input_Name_posXpath = "//div[@class='fqdn-object-name']//input"
FQDNsObjectPage_input_searchFor_posId = mainPage_ObjectSearch_buttonSearch_Item_posId # search for item搜索输入框id
FQDNsObjectPage_button_addItem_posXpath = mainPage_ObjectSearch_buttonAddItem_posXpath # 添加item按钮id
-FQDNsObjectPage_button_inputItem_posXpath = "//div[@class='MuiInput-root MuiInput-variantOutlined MuiInput-colorNeutral MuiInput-sizeMd MuiInput-formControl css-grqzrl']/input" # 输入item内容
+FQDNsObjectPage_button_inputItem_posXpath = "//div[@class='fqdn-object-expression']//input" # 输入item内容
FQDNsObjectPage_button_Save_Item_posXpath = "//i[@class='operate-icon iconfont icon-save']" # 保存item按钮
FQDNsObjectPage_textArea_Description_posXpath = "//div[@class='fqdn-object-description']//textarea[1]" # description文本输入区Xpath