Skip to content

Commit 1a2b92f

Browse files
The new touch actions doc has been started.
1 parent 2d2d4b5 commit 1a2b92f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/Tech-stack.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This project is built by [gradle](https://gradle.org/)
99

1010
Also tech stack includes [Spring framework](https://projects.spring.io/spring-framework/) in binding with AspectJ. This is used by [event firing feature](https://github.com/appium/java-client/blob/master/docs/The-event_firing.md). Also **CGlib** is used by [Page Object tools](https://github.com/appium/java-client/blob/master/docs/Page-objects.md).
1111

12+
It is the client framework. It is the thin client which just sends requests to Appium server and receives responses. Also it has some
13+
high-level features which were designed to simplify user's work.
1214

1315
#It supports:
1416

docs/Touch-actions.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
... under constraction
1+
Appium server side provides abilities to emulate touch actions. It is possible construct single, complex and multiple touch actions.
2+
3+
#How to use a single touch action
4+
5+
#How to construct complex actions
6+
7+
#How to construct multiple touch action.

0 commit comments

Comments
 (0)