Skip to content
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

Update Swipe method of AndroidDriver #490

Closed
wants to merge 1 commit into from

Conversation

dinkar19121991
Copy link

@dinkar19121991 dinkar19121991 commented Oct 13, 2016

Change list

Please provide briefly described change list which are you going to propose.
AndroidDriver swipe method should have passed "endx" as "endx-startx" and "endy" as "endy-starty" to doSwipe method of AppiumDriver because the moveTo method behave relatively rather than exactly.
IOSDriver had implemented swipe method correctly.

Types of changes

What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Details

Please provide more details about changes if it is necessary. If there are new features you can provide code samples which show the way they
work and possible use cases. Also you can create gists with pasted java code samples or put them here using markdown.
About markdown please read Mastering markdown and Writing on GitHub

AndroidDriver swipe method should have passed "endx" as "endx-startx" and "endy" as "endy-starty" to doSwipe method of AppiumDriver because the moveTo method behave relatively rather than exactly.
IOSDriver had implemented swipe method correctly.

AndroidDriver swipe method should have passed "endx" as "endx-startx" and "endy" as "endy-starty" to doSwipe method of AppiumDriver because the moveTo method behave relatively rather than exactly.
IOSDriver had implemented swipe method correctly.
@SrinivasanTarget
Copy link
Member

@dinkar19121991 Please take a look at this #350. Let me know if you face any issues on Android Swipe.Log a ticket incase if any.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants