Actions
selection_question #4153
openname=appiu desc=知识点:a answer_ana answer_id=
Status:
New
Priority:
Normal
Assignee:
-
Start date:
01/26/2024
Due date:
% Done:
0%
Estimated time:
name:
appium 提供了滑动及对页面元素拖拽等触屏操作的API, 下面说法正确的是
score:
5.0
topic_type:
多选题
...
options:
- is_selected: false
name: '选项A: driver.swipe(100, 1000, 100, 100),模拟手指从(100,100),滑动到(100,1000)的位置'
- is_selected: false
name: '选项B: driver.scroll(element1, element2) 从元素 element1 滑动到元素element2,直到页面自动停止'
- is_selected: false
name: '选项C: driver.drag_and_drop(origin_el, destination_el) 将元素 origin_el 拖拽到 destination_el元素所在的位置'
- is_selected: false
name: '选项D: TouchAction(driver).press(x=x1, y=y1).move_to(x=x2, y=y2).release().perform()
TouchAction是appium的高级用法,实现从坐标点(x1, y1)滑动到坐标点(x2,y2),释放手势'
tag:
desc:
知识点:app自动化测试,难度中等
...
is_delete:
false
answer_id:
4152
tags:
No data to display
Actions