-
-
Notifications
You must be signed in to change notification settings - Fork 765
Documentation was synced to latest changes #547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@SrinivasanTarget Could you take a look at this. |
| </dependency> | ||
| ``` | ||
|
|
||
| It currently depends on selenium-java 2.53.1. If it is necessary to use another version of Selenium then you can configure pom.xml as follows: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Selenium 3.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SrinivasanTarget I think it is not necessary to write about the certain version which java client depends on. The fact that the client depends on Selenium java is much more important.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok fine
| @@ -0,0 +1,289 @@ | |||
| # Requirements | |||
| - Installed Node.js 0.12 or greater. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
node>4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
| @@ -0,0 +1,147 @@ | |||
| Appium java client has some features based on [Java 8 Functional interfaces](https://www.oreilly.com/learning/java-8-functional-interfaces). | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
| @@ -1 +1,44 @@ | |||
| ... under constraction | |||
| Appium server side provides abilities to emulate touch actions. It is possible construct single, complex and multiple touch actions. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
I will also review this next week and get back; if I can contribute as well. |
Change list
Documentation was synced to latest changes
Types of changes
Details
I am going to improve WIKI after the merging.