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

Feat/owl actions native #61

Closed
wants to merge 19 commits into from
Closed

Conversation

robwalkerco
Copy link
Member

Implements a number of actions on iOS, that are currently called as a demo from OwlManager.swift but would later be called when receiving action requests via the socket server.

Actions -

  • tap
  • scrollWithOffset
  • scrollTo
  • typeText
  • replaceText
  • clearText
  • reloadApp

@robwalkerco
Copy link
Member Author

The current demo app tests will fail, as the native ios code starts to run a demo of scrolling, tapping etc when the app launches, but as there is currently no way to synchronise the native app interaction with the tests, the tests screenshot happens while the native app is scrolling.

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.

2 participants