posted @ 2020-01-22 15:07 littledot 阅读(258) 评论(0) 推荐(0) 编辑
摘要:
https://www.mobiloud.com/blog/native-web-or-hybrid-apps/ Native Apps, Web Apps or Hybrid Apps? What’s the Difference? Pietro Saccomani36 min read Nati 阅读全文
摘要:
There are two ways to locate elements;1. User uiautomatorviewer.bat under android-sdk/tools/bin 2. User appium Desktop Inspector, a. Start appium dest 阅读全文
posted @ 2020-01-18 15:54 littledot 阅读(87) 评论(0) 推荐(0) 编辑
摘要:
Copy from Youtuber: Automation Step by Step https://www.youtube.com/watch?v=x-hBpgM5je8&list=PLhW3qG5bs-L8npSSZD6aWdYFQ96OEduhk&index=3 How to install 阅读全文
posted @ 2020-01-18 15:06 littledot 阅读(164) 评论(0) 推荐(0) 编辑
摘要:
打开对应app,利用adb去查询: adb shell dumpsys window windows | findstr “Current” 阅读全文
posted @ 2019-06-22 14:54 littledot 阅读(178) 评论(0) 推荐(0) 编辑
摘要:
Just "pip install pyreadline" in cmd of windows 10. Ps: for python 3.6.1 阅读全文
posted @ 2019-06-15 03:57 littledot 阅读(164) 评论(0) 推荐(0) 编辑
摘要:
http://www.nodebeginner.org/#a-word-of-warninghttp://blog.mixu.net/2011/02/01/understanding-the-node-js-event-loop/http://debuggable.com/posts/underst... 阅读全文
posted @ 2014-11-22 14:41 littledot 阅读(127) 评论(0) 推荐(0) 编辑
摘要:
The code structurebegin routine pre-loop code % Establish loop invariant loop exit when loop code % Make progress whi... 阅读全文
posted @ 2014-06-02 17:48 littledot 阅读(367) 评论(0) 推荐(0) 编辑
摘要:
An iterative algorithm takes one step at a time, ensuring that each step makes progress while maitining the loop invariant.A paradigm shift:View an al... 阅读全文
posted @ 2014-06-02 14:44 littledot 阅读(414) 评论(0) 推荐(0) 编辑