forked from appium/appium-xcuitest-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
53 lines (49 loc) · 1.29 KB
/
mkdocs.yml
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
INHERIT: ./node_modules/@appium/docutils/base-mkdocs.yml
site_name: Appium XCUITest Driver
repo_url: https://github.com/appium/appium-xcuitest-driver
repo_name: appium/appium-xcuitest-driver
copyright: Copyright © 2012 OpenJS Foundation
site_url: https://appium.github.io/appium-xcuitest-driver
edit_uri: edit/master/docs
site_description: Documentation for the Appium XCUITest driver for iOS automation
docs_dir: docs
site_dir: site
theme:
language: en
logo: images/appium-logo-white.png
favicon: images/appium-logo.png
features:
- navigation.sections
extra:
homepage: /appium-xcuitest-driver
version:
provider: mike
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/AppiumDevs
nav:
- index.md
- setup.md
- device-preparation.md
- Reference:
- server-args.md
- capabilities.md
- element-attributes.md
- security-flags.md
- settings.md
- locator-strategies.md
- ios-predicate.md
- parallel-tests.md
- execute-methods.md
- touch-id.md
- troubleshooting.md
- Guides:
- real-device-config.md
- ci-setup.md
- multiple-xcode-versions.md
- wda-custom-server.md
- ios-tvos.md
- actions.md
- audio-capture.md
- ios-xctest-file-movement.md
- ios-xctest-install-certificate.md