Project

General

Profile

Actions

selection_question #4251

open

name=在Appi desc=知识点:a answer_ana answer_id=

Added by UserName LastName about 2 years ago. Updated over 1 year ago.

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 #1

Updated by UserName LastName over 1 year ago

  • tags updated (diff)
Actions

Also available in: Atom PDF