forked from crifan/ios_automation_facebook_wda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
139 lines (139 loc) · 3.64 KB
/
book.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"title": "iOS自动化测试利器:facebook-wda",
"description": "总结iOS自动化主流框架facebook-wda的简介,环境搭建以及常见问题,以及开发的心得,包括用weditor调试界面和元素,尤其是iOS的各种坑,以及常用代码段,包括crifan优化后的wda、元素处理、iOS设备操作、app的各个方面,比如app管理、首次登录引导页、微信的安全模式和微信公众号、设置中的更新WiFi代理、AppStore的自动安装iOS的app、弹框处理、调试辅助代码等,并给出部分源码分析,最后附上文档和参考资料。",
"pluginsConfig": {
"github-buttons": {
"buttons": [
{
"repo": "ios_automation_facebook_wda",
"user": "crifan",
"type": "star",
"count": true,
"size": "small"
},
{
"user": "crifan",
"type": "follow",
"width": "120",
"count": false,
"size": "small"
}
]
},
"sitemap-general": {
"prefix": "https://book.crifan.com/gitbook/ios_automation_facebook_wda/website/"
},
"toolbar-button": {
"url": "http://book.crifan.com/books/ios_automation_facebook_wda/pdf/ios_automation_facebook_wda.pdf",
"icon": "fa-file-pdf-o",
"label": "下载PDF"
},
"google-adsense": {
"ads": [
{
"client": "ca-pub-6626240105039250"
}
]
},
"callouts": {
"showTypeInHeader": false
},
"theme-default": {
"showLevel": true
},
"disqus": {
"shortName": "crifan"
},
"prism": {
"css": [
"prism-themes/themes/prism-atom-dark.css"
]
},
"sharing": {
"douban": false,
"facebook": true,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": true,
"qzone": false,
"stumbleupon": false,
"twitter": true,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"douban",
"facebook",
"google",
"instapaper",
"line",
"linkedin",
"messenger",
"pocket",
"qq",
"qzone",
"stumbleupon",
"twitter",
"viber",
"vk",
"weibo",
"whatsapp"
]
},
"tbfed-pagefooter": {
"copyright": "crifan.com,使用<a href='https://creativecommons.org/licenses/by/4.0/deed.zh'>署名4.0国际(CC BY 4.0)协议</a>发布",
"modify_label": "最后更新:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"ga": {
"token": "UA-28297199-1"
},
"donate": {
"wechat": "https://www.crifan.com/files/res/crifan_com/crifan_wechat_pay.jpg",
"alipay": "https://www.crifan.com/files/res/crifan_com/crifan_alipay_pay.jpg",
"title": "",
"button": "打赏",
"alipayText": "支付宝打赏给Crifan",
"wechatText": "微信打赏给Crifan"
}
},
"author": "Crifan Li <[email protected]>",
"language": "zh-hans",
"gitbook": "3.2.3",
"root": "./src",
"links": {
"sidebar": {
"主页": "http://www.crifan.com"
}
},
"plugins": [
"google-adsense",
"theme-comscore",
"anchors",
"-lunr",
"-search",
"search-plus",
"disqus",
"-highlight",
"prism",
"prism-themes",
"github-buttons",
"splitter",
"-sharing",
"sharing-plus",
"tbfed-pagefooter",
"expandable-chapters-small",
"ga",
"donate",
"sitemap-general",
"copy-code-button",
"callouts",
"toolbar-button"
]
}