fix(UI自动化): 改 link 为 linktext
This commit is contained in:
parent
44ea4bcd24
commit
6738044276
|
@ -24,7 +24,7 @@ export const UI_ELEMENT_LOCATION_TYPE_OPTION = [
|
|||
{value: 'name', text: 'name'},
|
||||
{value: 'className', text: 'class'},
|
||||
{value: 'tagName', text: 'tag'},
|
||||
{value: 'linkText', text: 'link'},
|
||||
{value: 'linkText', text: 'linkText'},
|
||||
{value: 'partialLinkText', text: 'plink'},
|
||||
{value: 'css', text: 'css'},
|
||||
{value: 'xpath', text: 'xpath'},
|
||||
|
|
Loading…
Reference in New Issue