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

Touch methods #67

Open
wants to merge 17 commits into
base: touch
Choose a base branch
from
Open

Touch methods #67

wants to merge 17 commits into from

Commits on Oct 26, 2015

  1. Touch executors

    - Press
    - Move
    - Release
    - SingleTap
    - DoubleTap
    - Long Press
    - Scroll
    - Flick
    stoneman committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    348e19d View commit details
    Browse the repository at this point in the history
  2. GetElementLocation executor

    stoneman committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    fc17d79 View commit details
    Browse the repository at this point in the history
  3. Touch down/move/up relative to element

    Not part of JSWP but implemented in Appium
    stoneman committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    79ac87d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d805c61 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2015

  1. Configuration menu
    Copy the full SHA
    2e66d3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4417be5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a7e23b View commit details
    Browse the repository at this point in the history
  4. Executor for /touch/perform

    stoneman committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    83923a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f487c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3cbb11 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2015

  1. Move TouchAction classes out of TouchPerformExecutor

    They will be used by TouchMultiPerformExecutor as well
    stoneman committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    581116b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c291fe0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. When no element supplied, x/y should be relative to previous action

    This working differently to the press/wait/moveto/release and the
    longpress/moveto/release action set doesn't seem like a good idea to me
    but it's what Appium does in recent versions.
    stoneman committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    97dd18e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8413da View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2015

  1. Configuration menu
    Copy the full SHA
    c20f34a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2015

  1. Configuration menu
    Copy the full SHA
    eead1e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

  1. Configuration menu
    Copy the full SHA
    3cf94cd View commit details
    Browse the repository at this point in the history