码迷,mamicode.com
首页 >  
搜索关键字:mdt bootstrap    ( 9291个结果
bootstrap之PressKeyCode&&LongPressKeyCode
PressKeyCode package io.appium.android.bootstrap.handler; import com.android.uiautomator.core.UiDevice; import io.appium.android.bootstrap.AndroidCommand; import io.appium.android.bootstrap.Andr...
分类:其他好文   时间:2014-07-19 23:48:19    阅读次数:493
bootstrap之DumpWindowHierarchy
DumpWindowHierarchy package io.appium.android.bootstrap.handler; import android.os.Environment; import com.android.uiautomator.core.UiDevice; import io.appium.android.bootstrap.AndroidCommand; i...
分类:Windows程序   时间:2014-07-19 23:25:19    阅读次数:611
laravel code bright
Project RootLet’s start by taking a look at the root folder structure.? app/? bootstrap/? vendor/? public/? .gitattributes? .gitignore? artisan? compo...
分类:其他好文   时间:2014-07-19 19:10:07    阅读次数:252
bootstrap之Flick
Flick package io.appium.android.bootstrap.handler; import com.android.uiautomator.core.UiDevice; import io.appium.android.bootstrap.*; import io.appium.android.bootstrap.exceptions.InvalidCoordi...
分类:其他好文   时间:2014-07-19 02:28:56    阅读次数:220
bootstrap之Swipe
Swipe 我定义为滑动,但它字面的意思又不是,事件的形式类似于小时候拿着一块石头片,朝水面飞过去,如果你手法可以那么就是swipe走的路线,如果你手法不行,接触水面的时候就没再飞起来那就会被人嘲笑的。 package io.appium.android.bootstrap.handler; import com.android.uiautomator.core.UiDevi...
分类:其他好文   时间:2014-07-19 02:12:25    阅读次数:282
bootstrap之Orientation
Orientation 调整屏幕方向的操作。 package io.appium.android.bootstrap.handler; import android.os.RemoteException; import com.android.uiautomator.core.UiDevice; import io.appium.android.bootstrap.*; ...
分类:其他好文   时间:2014-07-18 18:00:25    阅读次数:309
[Amaze UI] 如何推进 mobile first 的前端 Web 方案
背景:云适配创立之初,我们就开始积累自己的前端框架,同时也借鉴了Bootstrap等国外框架的优点。在内部使用过程中,大家一致反映不错,我们就希望把这个产品开源,希望分享给更多的人,也希望更多的人来贡献代码,来共建中国前端开源生态环境。由于AmazeUI目前处在内测期,我..
分类:Web程序   时间:2014-07-18 12:39:53    阅读次数:323
bootstrap之WaitForIdle&&Clear
(上篇文章写完才发现,说好的按顺序但是回头一看完全不是按顺序的)明明WaitForIdle才是第一个。哎,老了,后脑勺不行了。 WaitForIdle package io.appium.android.bootstrap.handler; import com.android.uiautomator.core.UiDevice; import io.appium.andro...
分类:其他好文   时间:2014-07-18 12:34:28    阅读次数:276
appium框架之bootstrap
(闲来无事,做做测试..)...
分类:移动开发   时间:2014-07-18 12:23:24    阅读次数:320
bootstrap之Click事件
上一篇文章中讲了bootstrap的工作流程,这篇文章来研究一下bootstrap可以接受哪些指令(从源码的角度来看,由于appium的项目现在还处在持续更新中,所以有的指令已经实现,某些或许未来会实现,从源码来看的好处是你知道以后或许未来appium能做到哪些功能)。 在bootstrap项目中的io.appium.android.bootstrap.handler包中的类都是对应的相...
分类:其他好文   时间:2014-07-18 11:32:43    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!