Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Issue 22263003: [chromedriver] Implement touch down, up, and move commands. (Closed)

Created:
7 years, 4 months ago by craigdh
Modified:
7 years, 4 months ago
Reviewers:
frankf
CC:
chromium-reviews, kkania, frankf
Visibility:
Public.

Description

[chromedriver] Implement touch down, up, and move commands. BUG=264471 TEST=includes new Python test Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217742

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : comments #

Patch Set 4 : disable touchmove test on desktop #

Patch Set 5 : coordinate parameters are now absolute #

Total comments: 10

Patch Set 6 : comments addressed #

Patch Set 7 : always use the top frame #

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -9 lines) Patch
M chrome/test/chromedriver/client/chromedriver.py View 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/client/webelement.py View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/server/http_handler.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/test/chromedriver/test/run_py_tests.py View 1 2 3 4 5 6 7 3 chunks +31 lines, -4 lines 0 comments Download
M chrome/test/chromedriver/test/test_expectations View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/window_commands.h View 1 chunk +21 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/window_commands.cc View 1 2 3 4 5 6 3 chunks +86 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
craigdh
7 years, 4 months ago (2013-08-05 21:25:26 UTC) #1
frankf
https://codereview.chromium.org/22263003/diff/3001/chrome/test/chromedriver/run_py_tests.py File chrome/test/chromedriver/run_py_tests.py (right): https://codereview.chromium.org/22263003/diff/3001/chrome/test/chromedriver/run_py_tests.py#newcode376 chrome/test/chromedriver/run_py_tests.py:376: def testTouchDownUpElement(self): What about move? https://codereview.chromium.org/22263003/diff/3001/chrome/test/chromedriver/run_py_tests.py#newcode381 chrome/test/chromedriver/run_py_tests.py:381: ' var ...
7 years, 4 months ago (2013-08-06 01:28:21 UTC) #2
craigdh
https://codereview.chromium.org/22263003/diff/3001/chrome/test/chromedriver/run_py_tests.py File chrome/test/chromedriver/run_py_tests.py (right): https://codereview.chromium.org/22263003/diff/3001/chrome/test/chromedriver/run_py_tests.py#newcode376 chrome/test/chromedriver/run_py_tests.py:376: def testTouchDownUpElement(self): On 2013/08/06 01:28:21, frankf wrote: > What ...
7 years, 4 months ago (2013-08-06 22:03:10 UTC) #3
craigdh
Ping?
7 years, 4 months ago (2013-08-08 18:47:05 UTC) #4
frankf
lgtm
7 years, 4 months ago (2013-08-08 18:49:15 UTC) #5
craigdh
ptal.
7 years, 4 months ago (2013-08-12 17:33:23 UTC) #6
frankf
https://codereview.chromium.org/22263003/diff/24001/chrome/test/chromedriver/run_py_tests.py File chrome/test/chromedriver/run_py_tests.py (right): https://codereview.chromium.org/22263003/diff/24001/chrome/test/chromedriver/run_py_tests.py#newcode69 chrome/test/chromedriver/run_py_tests.py:69: # Desktop doesn't support touch (without --touch-events). Do we ...
7 years, 4 months ago (2013-08-14 01:09:10 UTC) #7
craigdh
https://codereview.chromium.org/22263003/diff/24001/chrome/test/chromedriver/run_py_tests.py File chrome/test/chromedriver/run_py_tests.py (right): https://codereview.chromium.org/22263003/diff/24001/chrome/test/chromedriver/run_py_tests.py#newcode69 chrome/test/chromedriver/run_py_tests.py:69: # Desktop doesn't support touch (without --touch-events). On 2013/08/14 ...
7 years, 4 months ago (2013-08-14 22:01:56 UTC) #8
craigdh
Now always uses the top frame. ptal.
7 years, 4 months ago (2013-08-14 23:34:43 UTC) #9
frankf
lgtm
7 years, 4 months ago (2013-08-14 23:38:04 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/craigdh@chromium.org/22263003/34001
7 years, 4 months ago (2013-08-14 23:46:01 UTC) #11
commit-bot: I haz the power
Failed to apply patch for chrome/test/chromedriver/run_py_tests.py: While running patch -p1 --forward --force --no-backup-if-mismatch; can't find ...
7 years, 4 months ago (2013-08-14 23:46:12 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/craigdh@chromium.org/22263003/42001
7 years, 4 months ago (2013-08-14 23:51:19 UTC) #13
commit-bot: I haz the power
7 years, 4 months ago (2013-08-15 04:33:08 UTC) #14
Message was sent while issue was closed.
Change committed as 217742

Powered by Google App Engine
This is Rietveld 408576698