Added touch commands (#9355)

This commit is contained in:
Dan Graham
2017-10-06 11:25:52 -07:00
committed by GitHub
parent be95957c8b
commit 5480b68d36
43 changed files with 670 additions and 1338 deletions
+15
View File
@@ -76,6 +76,21 @@ module.exports = {
]],
]],
]],
["Session", ["session",
["Create", "create.md"],
["Delete", "delete.md"],
["Get Session Capabilities", "get.md"],
["Go Back", "back.md"],
["Screenshot", "screenshot.md"],
["Timeouts", ["timeouts",
["Timeout", "timeout.md"],
["Implicit Wait", "implicit-wait.md"],
["Async Script", "async-script.md"],
]],
["Other", ["other",
["Get Orientation", "get-orientation.md"],
]],
]],
["Element", ["element",
["Find Element", "find-element.md"],
["Find Elements", "find-elements.md"],