robotframework+appium App UI自动化测试基本操作(四)

1.滑动(Swipe)

robotframework+appium App UI自动化测试基本操作(四)

 

 

start_x:开始滚动位置的X坐标; 
start_y:开始滚动位置的Y坐标; 
offset_x:停止滚动位置的X坐标; 
offset_y:停止滚动位置的Y坐标; 
duration:操作滑动的时间(注意单位是ms) 

2.点击、输入操作

Click Element

robotframework+appium App UI自动化测试基本操作(四)

Click Text

robotframework+appium App UI自动化测试基本操作(四)

 

Click A Point

robotframework+appium App UI自动化测试基本操作(四)

 

Input Password

 

 robotframework+appium App UI自动化测试基本操作(四)

Input Text

robotframework+appium App UI自动化测试基本操作(四)

 

 

 

 Long Press

robotframework+appium App UI自动化测试基本操作(四)

 

 

Pinch( 在元素上执行模拟双指捏(缩小操作))

robotframework+appium App UI自动化测试基本操作(四)

 

 

 

 

 3.窗口操作

Get Window Height

Get Window Width

robotframework+appium App UI自动化测试基本操作(四)

 

4.按钮操作

Go Back

robotframework+appium App UI自动化测试基本操作(四)

 

5.上传、下载

Pull File(下载)

robotframework+appium App UI自动化测试基本操作(四)

 

Push File

 

 robotframework+appium App UI自动化测试基本操作(四)

 

 

看到了一篇总结超级全的博客:https://blog.csdn.net/wwwlzg/article/details/103047202

 

robotframework+appium App UI自动化测试基本操作(四)

上一篇:Medical Three Way Stopcock : 3 Application Methods


下一篇:【转】RN报错 Could not install the app on the device, read the error above for details. Make sure you hav...