mirror of
https://github.com/appium/appium.git
synced 2026-05-23 04:18:53 -05:00
119 lines
4.6 KiB
JavaScript
119 lines
4.6 KiB
JavaScript
module.exports = {
|
|
en: [
|
|
["Home", "about-appium/intro.md"],
|
|
["About", ["about-appium",
|
|
["Introduction", "intro.md"],
|
|
["The Appium Clients", "appium-clients.md"],
|
|
["Supported Platforms", "platform-support.md"]]],
|
|
["Drivers", ["drivers",
|
|
["XCUITest (iOS)", "ios-xcuitest.md"],
|
|
["UIAutomation (iOS)", "ios-uiautomation.md"],
|
|
["UIAutomator (Android)", "android-uiautomator.md"],
|
|
["UIAutomator2 (Android)", "android-uiautomator2.md"],
|
|
["Espresso (Android)", "android-espresso.md"],
|
|
["Selendroid (Android)", "android-selendroid.md"],
|
|
["Windows", "windows.md"],
|
|
["Mac", "mac.md"],
|
|
["UIAutomation (iOS)", "ios-uiautomation.md"]]],
|
|
["Commands", ["commands",
|
|
["Status", "status.md"],
|
|
["Session", ["session",
|
|
["Create", "create.md"],
|
|
["Delete", "delete.md"],
|
|
["Get Session Capabilities", "get.md"],
|
|
["Timeouts", ["timeouts",
|
|
["Timeout", "timeout.md"],
|
|
["Implicit Wait", "implicit-wait.md"],
|
|
["Async Script", "async-script.md"],
|
|
]],
|
|
]],
|
|
["Element", ["element",
|
|
["Find Element", "find-element.md"],
|
|
["Find Elements", "find-elements.md"],
|
|
["Actions", ["actions",
|
|
["Click", "click.md"],
|
|
["Send Keys", "send-keys.md"],
|
|
["Clear", "clear.md"],
|
|
]],
|
|
["Attributes", ["attributes",
|
|
["Text", "text.md"],
|
|
["Name", "name.md"],
|
|
["Attribute", "attribute.md"],
|
|
["Selected", "selected.md"],
|
|
["Enabled", "enabled.md"],
|
|
["Displayed", "enabled.md"],
|
|
["Location", "location.md"],
|
|
["Size", "size.md"],
|
|
["Rect", "rect.md"],
|
|
["CSS Property", "css-property.md"],
|
|
["Location in View", "location-in-view.md"],
|
|
]],
|
|
["Other", ["other",
|
|
["Submit", "submit.md"],
|
|
["Active Element", "active.md"],
|
|
["Equals Element", "equals-element.md"],
|
|
]]
|
|
]],
|
|
["Context", ["context",
|
|
["Get Context", "get-context.md"],
|
|
["Get All Contexts", "get-contexts.md"],
|
|
["Set Context", "set-context.md"],
|
|
]],
|
|
["Web", ["web",
|
|
["Window", ["window",
|
|
["Get Handle", "get-handle.md"],
|
|
["Get Handles", "get-handles.md"],
|
|
]],
|
|
["Navigation", ["navigation",
|
|
["Go to URL", "go-to-url.md"],
|
|
["Get URL", "url.md"],
|
|
["Back", "back.md"],
|
|
["Forward", "forward.md"],
|
|
["Refresh", "refresh.md"],
|
|
]],
|
|
]]
|
|
]],
|
|
["Writing & Running Tests", ["writing-running-appium",
|
|
["Running Tests", "running-tests.md"],
|
|
["CLI Arguments", "server-args.md"],
|
|
["The --default-capabilities flag", "default-capabilities-arg.md"],
|
|
["Desired Capabilities", "caps.md"],
|
|
["Appium Command List", "appium-bindings.md"],
|
|
["Finding Elements", "finding-elements.md"],
|
|
["Web/Web Views", ["web",
|
|
["Mobile Web Testing", "mobile-web.md"],
|
|
["Automating Hybrid Apps", "hybrid.md"],
|
|
["Using ios-webkit-debug-proxy", "ios-webkit-debug-proxy.md"],
|
|
["Using Chromedriver", "chromedriver.md"],
|
|
]],
|
|
["Reset Strategies", "reset-strategies.md"],
|
|
["Network Connection Guide", "network_connection.md"],
|
|
["Touch Actions", "touch-actions.md"],
|
|
["XCUITest Mobile Gestures", "ios-xctest-mobile-gestures.md"],
|
|
["iOS Pasteboard Guide", "ios-xctest-pasteboard.md"],
|
|
["iOS Predicate Guide", "ios_predicate.md"],
|
|
["iOS Touch ID Guide", "ios-touch-id.md"],
|
|
["UiSelector Guide", "uiautomator_uiselector.md"],
|
|
["Android Code Coverage Guide", "android_coverage.md"],
|
|
["Using Unicode with Appium", "unicode.md"],
|
|
["Troubleshooting", "troubleshooting.md"]]],
|
|
["Advanced", ["advanced-concepts",
|
|
["Migrating to XCUITest", "migrating-to-xcuitest.md"],
|
|
["Using Selenium Grid with Appium", "grid.md"],
|
|
["Cross-domain iframes", "cross-domain-iframes.md"],
|
|
["Using a custom WDA server", "wda-custom-server.md"],
|
|
["The Event Timings API", "event-timings.md"],
|
|
["Setup for Parallel Testing", "parallel_tests.md"],
|
|
["The Settings API", "settings.md"]]],
|
|
["Contributing", ["contributing-to-appium",
|
|
["Running Appium from Source", "appium-from-source.md"],
|
|
["Developer Overview", "developers-overview.md"],
|
|
["Standard Gulp Commands", "gulp.md"],
|
|
["Appium Style Guide", "style-guide-2.0.md"],
|
|
["How to Write Docs", "how-to-write-docs.md"],
|
|
["Appium Package Structure", "appium-packages.md"],
|
|
["Credits", "credits.md"]]]
|
|
], "cn": [
|
|
]
|
|
};
|