feat(UI 自动化): 鼠标拖拽支持坐标定位

--story=1008919 --user=张大海 【UI测试】鼠标拖拽支持坐标定位 https://www.tapd.cn/55049933/s/1220165
This commit is contained in:
zhangdahai112 2022-08-06 23:16:18 +08:00 committed by zhangdahai112
parent 78b1d7b921
commit 47a682100b
3 changed files with 12 additions and 0 deletions

View File

@ -3352,6 +3352,10 @@ export default {
check_subitem: 'check subitem',
pause: 'Pause',
browser: "Browser",
inner_drag: "Drag in element",
set_coord: "Set Coordinate",
input_content_x: "input x coordinate",
input_content_y: "input y coordinate",
},
project_application: {
workstation: {

View File

@ -3361,6 +3361,10 @@ export default {
check_subitem: '请选择子分类',
pause: '等待时间',
browser: "浏览器",
inner_drag: "元素内部拖拽",
set_coord: "设置鼠标坐标位置",
input_content_x: "请输入横坐标",
input_content_y: "请输入纵坐标",
},
project_application: {
workstation: {

View File

@ -3338,6 +3338,10 @@ export default {
valiate_fail: "校驗失敗,請檢查必填項",
pause: '等待時間',
browser: "瀏覽器",
inner_drag: "元素內部拖拽",
set_coord: "設置鼠標坐標位置",
input_content_x: "請輸入橫坐標",
input_content_y: "請輸入縱坐標",
},
project_application: {
workstation: {