首页 > 移动平台 > 详细

页面滚动,打包,appium工具

时间:2021-07-09 12:51:36      阅读:24      评论:0      收藏:0      [点我收藏+]

‘‘‘
移动到元素element对象的“底端”,与当前窗口的“底部”对齐:
我们需要将页面下拉一个滑轮
‘‘‘

for y in range(3):
    js = ‘window.scrollBy(0,100)‘
    driver.execute_script(js)
    time.sleep(0.5)

打包.exe

pip install pyinstaller
pyinstaller -D index0py

APPium可视化

pip install weditor
python -m weditor

页面滚动,打包,appium工具

原文:https://www.cnblogs.com/djl-0628/p/14988582.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!