mirror of
https://github.com/appium/appium.git
synced 2026-05-08 03:49:30 -05:00
[DOCS] Remove duplicate and organize Device section in table of context.
This commit is contained in:
+47
-53
@@ -47,20 +47,61 @@ module.exports = {
|
||||
/* ["Receive Async Response", "receive-async-response.md"], */
|
||||
]],
|
||||
["Device", ["device",
|
||||
["Interactions", ["lock",
|
||||
["Activity", ["activity",
|
||||
["Start Activity", "start-activity.md"],
|
||||
["Current Activity", "current-activity.md"],
|
||||
["Current Package", "current-package.md"],
|
||||
]],
|
||||
["App", ["app",
|
||||
["Install App", "install-app.md"],
|
||||
["Is App Installed", "is-app-installed.md"],
|
||||
["Launch App", "launch-app.md"],
|
||||
["Background App", "background-app.md"],
|
||||
["Close App", "close-app.md"],
|
||||
["Reset App", "reset-app.md"],
|
||||
["Remove App", "remove-app.md"],
|
||||
["Get App Strings", "get-app-strings.md"],
|
||||
["End Test Coverage", "end-test-coverage.md"],
|
||||
]],
|
||||
["Files", ["files",
|
||||
["Push File", "push-file.md"],
|
||||
["Pull File", "pull-file.md"],
|
||||
["Pull Folder", "pull-folder.md"],
|
||||
]],
|
||||
["Interactions", ["interactions",
|
||||
["Shake", "shake.md"],
|
||||
["Lock", "lock.md"],
|
||||
["Unlock", "unlock.md"],
|
||||
["Is Locked", "is-locked.md"],
|
||||
["Rotate", "rotate.md"],
|
||||
]],
|
||||
["Other", ["other",
|
||||
["Rotate", "rotate.md"],
|
||||
["Current Activity", "current-activity.md"],
|
||||
["Current Package", "current-package.md"],
|
||||
["Start Activity", "start-activity.md"],
|
||||
["Keys", ["keys",
|
||||
["Hide Keyboard", "hide-keyboard.md"],
|
||||
["Is Keyboard Shown", "is-keyboard-shown.md"],
|
||||
]],
|
||||
["Network", ["network",
|
||||
["Toggle Airplane Mode", "toggle-airplane-mode.md"],
|
||||
["Toggle Data", "toggle-data.md"],
|
||||
["Toggle WiFi", "toggle-wifi.md"],
|
||||
["Toggle Location Services", "toggle-location-services.md"],
|
||||
["Send SMS", "send-sms.md"],
|
||||
["GSM Call", "gsm-call.md"],
|
||||
["GSM Signal", "gsm-signal.md"],
|
||||
["GSM Voice", "gsm-voice.md"],
|
||||
]],
|
||||
["Performance Data", ["performance-data",
|
||||
["Get Performance Data", "get-performance-data.md"],
|
||||
["Performance Data Types", "performance-data-types.md"],
|
||||
]],
|
||||
["Simulator", ["simulator",
|
||||
["Perform Touch ID", "touch-id.md"],
|
||||
["Toggle Touch ID Enrollment", "toggle-touch-id-enrollment.md"],
|
||||
]],
|
||||
["System", ["system",
|
||||
["Open Notifications", "open-notifications.md"],
|
||||
["System Bars", "system-bars.md"],
|
||||
["System Time", "system-time.md"],
|
||||
]]
|
||||
]],
|
||||
["Element", ["element",
|
||||
["Find Element", "find-element.md"],
|
||||
@@ -147,53 +188,6 @@ module.exports = {
|
||||
]],
|
||||
["Execute Async", "execute-async.md"],
|
||||
["Execute", "execute.md"],
|
||||
]],
|
||||
["Device", ["device",
|
||||
["App", ["app",
|
||||
["Install App", "install-app.md"],
|
||||
["Remove App", "remove-app.md"],
|
||||
["Is App Installed", "is-app-installed.md"],
|
||||
["Launch App", "launch-app.md"],
|
||||
["Close App", "close-app.md"],
|
||||
["Reset App", "reset-app.md"],
|
||||
["Background App", "background-app.md"],
|
||||
["End Test Coverage", "end-test-coverage.md"],
|
||||
["Get App Strings", "get-app-strings.md"],
|
||||
]],
|
||||
["Keys", ["keys",
|
||||
["Hide Keyboard", "hide-keyboard.md"],
|
||||
["Is Keyboard Shown", "is-keyboard-shown.md"],
|
||||
]],
|
||||
["Simulator", ["simulator",
|
||||
["Perform Touch ID", "touch-id.md"],
|
||||
["Toggle Touch ID Enrollment", "toggle-touch-id-enrollment.md"],
|
||||
]],
|
||||
["Network", ["network",
|
||||
["Toggle Airplane Mode", "toggle-airplane-mode.md"],
|
||||
["Toggle Data", "toggle-data.md"],
|
||||
["Toggle WiFi", "toggle-wifi.md"],
|
||||
["Toggle Location Services", "toggle-location-services.md"],
|
||||
["Send SMS", "send-sms.md"],
|
||||
["GSM Call", "gsm-call.md"],
|
||||
["GSM Signal", "gsm-signal.md"],
|
||||
["GSM Voice", "gsm-voice.md"],
|
||||
]],
|
||||
["System", ["system",
|
||||
["Open Notifications", "open-notifications.md"],
|
||||
["System Bars", "system-bars.md"],
|
||||
["System Time", "system-time.md"],
|
||||
]],
|
||||
["Files", ["files",
|
||||
["Push File", "push-file.md"],
|
||||
["Pull File", "pull-file.md"],
|
||||
["Pull Folder", "pull-folder.md"],
|
||||
]],
|
||||
["Other", ["other",
|
||||
["Rotate", "rotate.md"],
|
||||
["Current Activity", "current-activity.md"],
|
||||
["Current Package", "current-package.md"],
|
||||
["Start Activity", "start-activity.md"],
|
||||
]],
|
||||
]]
|
||||
]],
|
||||
["Writing & Running Tests", ["writing-running-appium",
|
||||
|
||||
Reference in New Issue
Block a user