fix(UI自动化): 改 link 为 linktext

This commit is contained in:
zhangdahai112 2022-04-22 15:37:24 +08:00 committed by 刘瑞斌
parent 44ea4bcd24
commit 6738044276
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export const UI_ELEMENT_LOCATION_TYPE_OPTION = [
{value: 'name', text: 'name'}, {value: 'name', text: 'name'},
{value: 'className', text: 'class'}, {value: 'className', text: 'class'},
{value: 'tagName', text: 'tag'}, {value: 'tagName', text: 'tag'},
{value: 'linkText', text: 'link'}, {value: 'linkText', text: 'linkText'},
{value: 'partialLinkText', text: 'plink'}, {value: 'partialLinkText', text: 'plink'},
{value: 'css', text: 'css'}, {value: 'css', text: 'css'},
{value: 'xpath', text: 'xpath'}, {value: 'xpath', text: 'xpath'},