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

Updated YouiEngineDriver to use CommandExecutor #448

Merged
merged 1 commit into from
Aug 2, 2016
Merged

Updated YouiEngineDriver to use CommandExecutor #448

merged 1 commit into from
Aug 2, 2016

Conversation

HeloiseRD
Copy link

Change list

Added YouiEngineDriver.java and supporting files and classes.
Overloaded swipe method with a call to internal TouchAction method.

Types of changes

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

Details

Subclassed Appium Driver.

Swipe is a virtual method in the AppiumDriver which we subclass so we need to implement it. Originally we would call the super implementation and pass through the parameters but You.i Engine doesn't yet support 'duration' so I added an actual implementation.

@TikhomirovSergey TikhomirovSergey merged commit 88b1d11 into appium:master Aug 2, 2016
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.

3 participants