Actions
selection_question #4251
openname=在Appi desc=知识点:a answer_ana answer_id=
Status:
New
Priority:
Normal
Assignee:
-
Start date:
01/26/2024
Due date:
% Done:
0%
Estimated time:
name:
在Appium中,如果要定位具有父元素id为parentElement,自身元素id为childElement且具有text属性值为Submit的元素,应该使用以下哪个XPath表达式?
score:
5.0
topic_type:
单选题
...
options:
- is_selected: false
name: '选项A: //*[@parentElement and @childElement and @text=''Submit'']'
- is_selected: false
name: '选项B: //*[@parentElement]/[@childElement and @text=''Submit'']'
- is_selected: false
name: '选项C: //*[@id=''parentElement'']//*[@id=''childElement'' and @text=''Submit'']'
- is_selected: false
name: '选项D: //*[@parentElement]/[@id=''childElement'' and @text=''Submit'']'
tag:
desc:
知识点:app自动化测试,难度中等
...
is_delete:
false
answer_id:
4250
tags:
- None
Actions