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

simulated mouse fixes, rightclick, dblclick #3030

Merged
merged 59 commits into from
Oct 11, 2019
Merged

simulated mouse fixes, rightclick, dblclick #3030

merged 59 commits into from
Oct 11, 2019

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    9cd40ad View commit details
    Browse the repository at this point in the history
  2. fix missing return

    kuceb committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    3671278 View commit details
    Browse the repository at this point in the history
  3. rename mouse/keyboard

    kuceb committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    e38ffa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e31ae9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2adf013 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc27fec View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. temp 07/19/19 [skip ci]

    kuceb committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    57b0e0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea73b8f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. temp 07/22/19 [skip ci]

    kuceb committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    fa2fbcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ca64cd View commit details
    Browse the repository at this point in the history
  3. temp 07/22/19 [skip ci]

    kuceb committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    c8424ef View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Configuration menu
    Copy the full SHA
    b13051d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d744235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b96cefa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    645476d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a035caf View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    be2fdec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    994b74f View commit details
    Browse the repository at this point in the history
  3. re-run build

    kuceb committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    76f8307 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de2dd0d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    9977737 View commit details
    Browse the repository at this point in the history
  2. add typedefs

    kuceb committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    5a123bf View commit details
    Browse the repository at this point in the history
  3. temp 08/08/19 [skip ci]

    kuceb committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    53771dc View commit details
    Browse the repository at this point in the history
  4. fix type_spec, click_spec

    kuceb committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    3db8363 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Configuration menu
    Copy the full SHA
    977a19e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d58038 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. fix spec utils

    kuceb committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    ef536c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

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

Commits on Aug 15, 2019

  1. address review, cleanup

    kuceb committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    44eb740 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

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

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    32fa7e8 View commit details
    Browse the repository at this point in the history
  2. temp 09/25/19 [skip ci]

    kuceb committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    1097638 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    799631a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7ab2eb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. document mouse click and mouse move algo, adjust mouse move, add test…

    … for recursive movement
    kuceb committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    fbc43eb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Configuration menu
    Copy the full SHA
    f12ff55 View commit details
    Browse the repository at this point in the history
  2. cleanup / formatting

    brian-mann committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    83a35ed View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    7a229f9 View commit details
    Browse the repository at this point in the history
  2. cleanup tests, make values static so tests pass consistently

    - use attach listener alias APIs
    - remove magic number constants
    - fix some incoherent html / script tag stuff
    brian-mann committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    adb6f2c View commit details
    Browse the repository at this point in the history
  3. begin implementation for returning fromAutWindow

    - restore original fromWindow algorithm
    - begin writing fromAutWindow for calculating red hitbox coordinates
    which are layered on the AUT
    brian-mann committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    5683645 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0eebba1 View commit details
    Browse the repository at this point in the history
  5. refactor actions to DRY up duplicated logic between click/dblclick/ri…

    …ghtclick
    
    - tighten up the mouse.js method names, name them consistently
    brian-mann committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    9f09c3c View commit details
    Browse the repository at this point in the history
  6. remove comment

    brian-mann committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    807ada5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

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

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    e2182ef View commit details
    Browse the repository at this point in the history
  2. fix iframe coords and test

    kuceb committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    b4b160a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Configuration menu
    Copy the full SHA
    460466a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bb77e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69c413e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    46c3b5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb377a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    a7b45f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8389bf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67443b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07e2f72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de38df7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c8a625 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a18dd32 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'develop' into issue-2957

    # Conflicts:
    #	packages/driver/src/cy/commands/screenshot.coffee
    #	packages/driver/test/cypress/integration/dom/coordinates_spec.coffee
    #	packages/driver/test/cypress/integration/e2e/dom_hitbox.spec.js
    brian-mann committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    706b10c View commit details
    Browse the repository at this point in the history