зеркало из https://github.com/microsoft/appium.git
All internal links require a file name
This commit is contained in:
Родитель
850c31f2b1
Коммит
8b2307fea5
|
@ -2,8 +2,8 @@
|
|||
|
||||
Appium 其中一个理念就是你不能为了测试应用而修改应用。为了符合这个方法学,我们可以使用 Selenium 测试传统 web 应用的方法来测试混合 web 应用 (比如,iOS 应用里的元素 "UIWebView" ),这是有可能的。这里会有一些技术性的复杂,Appium 需要知道你是想测试原生部分呢还是web部分。幸运的是,我们还能遵守 WebDriver 的协议。
|
||||
|
||||
* [混合 iOS 应用](#ios)
|
||||
* [混合 Android 应用](#android)
|
||||
* [混合 iOS 应用](hybrid.cn.md#ios)
|
||||
* [混合 Android 应用](hybrid.cn.md#android)
|
||||
|
||||
## 自动化混合 iOS 应用
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
## 一般问题
|
||||
|
||||
* 确保你是根据 [README](README) 里面的入门指南按部就班的。
|
||||
* 确保你是根据 [README](README.md) 里面的入门指南按部就班的。
|
||||
* 确保你的系统配置好了(比如, xCode 是最新的,Android SDK 安装好了, `ANDROID_HOME` 配置好了,参照 [setup instructions](https://github.com/appium/appium/blob/master/docs/running-on-osx.md) ).
|
||||
* 确保你应用的路径正确。
|
||||
|
||||
|
|
|
@ -22,4 +22,4 @@ Don't use line breaks such as `--` or `---`. This will confuse Slate.
|
|||
Link to another document using this syntax: `[link text](filename.md)`
|
||||
|
||||
To link inside a document, use the `#` from the Slate URL.
|
||||
`[go direct to json](#json-wire-protocol-server-extensions)`
|
||||
`[go direct to json](filename.md#json-wire-protocol-server-extensions)`
|
Загрузка…
Ссылка в новой задаче