iOS-Screenshot-Automator

码农软件 · 软件分类 · 测试工具 · 2019-11-23 15:28:44

软件介绍

iOS-Screenshot-Automator 用来为批量创建屏幕截图,根据你定义的每个语言和每种设备。

示例代码:

#import "iOS-Screenshot-Automator/Helper.js"


test("Login Test", loginTest);
test("Route Test", routeDetailsTest);
...

function loginTest(target, app)
{
    var window = app.mainWindow();
    var navBar = window.navigationBar();

    ...

    captureLocalizedScreenshot("Login");

    ....
}

本文地址:https://codercto.com/soft/d/19626.html

Beginning iPhone and iPad Web Apps

Beginning iPhone and iPad Web Apps

Chris Apers、Daniel Paterson / Apress / 2010-12-15 / USD 39.99

It seems that everyone and her sister has developed an iPhone App—everyone except you, the hard-working web professional. And now with the introduction of the iPad, you may even feel farther behind. B......一起来看看 《Beginning iPhone and iPad Web Apps》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

MD5 加密
MD5 加密

MD5 加密工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试