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

Issue 11884058: [chromedriver] Implement commands: findChildElement, findChildElements. (Closed)

Created:
7 years, 11 months ago by chrisgao (Use stgao instead)
Modified:
7 years, 11 months ago
Reviewers:
kkania
CC:
chromium-reviews
Visibility:
Public.

Description

[chromedriver] Implement commands: findChildElement, findChildElements. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177267

Patch Set 1 #

Total comments: 16

Patch Set 2 : Address comments. #

Total comments: 6

Patch Set 3 : Address comments. #

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+391 lines, -167 lines) Patch
M chrome/test/chromedriver/chromedriver.py View 1 2 3 5 chunks +56 lines, -18 lines 0 comments Download
M chrome/test/chromedriver/command_executor_impl.cc View 1 2 3 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/commands.h View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/commands.cc View 1 2 3 5 chunks +31 lines, -14 lines 0 comments Download
M chrome/test/chromedriver/commands_unittest.cc View 1 2 3 2 chunks +224 lines, -126 lines 0 comments Download
M chrome/test/chromedriver/js/call_function.js View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/js/call_function_test.html View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/run_py_tests.py View 1 2 3 2 chunks +26 lines, -3 lines 0 comments Download
M chrome/test/chromedriver/status.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/status.cc View 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/webelement.py View 1 2 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
chrisgao (Use stgao instead)
Please take a look at the new unit testcases. https://codereview.chromium.org/11884058/diff/1/chrome/test/chromedriver/commands.cc File chrome/test/chromedriver/commands.cc (right): https://codereview.chromium.org/11884058/diff/1/chrome/test/chromedriver/commands.cc#newcode36 chrome/test/chromedriver/commands.cc:36: ...
7 years, 11 months ago (2013-01-15 20:53:59 UTC) #1
kkania
https://codereview.chromium.org/11884058/diff/1/chrome/test/chromedriver/chromedriver.py File chrome/test/chromedriver/chromedriver.py (right): https://codereview.chromium.org/11884058/diff/1/chrome/test/chromedriver/chromedriver.py#newcode110 chrome/test/chromedriver/chromedriver.py:110: def FindChildElement(self, root_element, strategy, target): we should create a ...
7 years, 11 months ago (2013-01-15 22:24:36 UTC) #2
chrisgao (Use stgao instead)
https://codereview.chromium.org/11884058/diff/1/chrome/test/chromedriver/chromedriver.py File chrome/test/chromedriver/chromedriver.py (right): https://codereview.chromium.org/11884058/diff/1/chrome/test/chromedriver/chromedriver.py#newcode110 chrome/test/chromedriver/chromedriver.py:110: def FindChildElement(self, root_element, strategy, target): On 2013/01/15 22:24:36, kkania ...
7 years, 11 months ago (2013-01-16 19:06:24 UTC) #3
kkania
lgtm https://codereview.chromium.org/11884058/diff/13002/chrome/test/chromedriver/commands_unittest.cc File chrome/test/chromedriver/commands_unittest.cc (right): https://codereview.chromium.org/11884058/diff/13002/chrome/test/chromedriver/commands_unittest.cc#newcode413 chrome/test/chromedriver/commands_unittest.cc:413: session.implicit_wait = 10; set all the implicit waits ...
7 years, 11 months ago (2013-01-16 19:45:10 UTC) #4
chrisgao (Use stgao instead)
https://codereview.chromium.org/11884058/diff/13002/chrome/test/chromedriver/commands_unittest.cc File chrome/test/chromedriver/commands_unittest.cc (right): https://codereview.chromium.org/11884058/diff/13002/chrome/test/chromedriver/commands_unittest.cc#newcode413 chrome/test/chromedriver/commands_unittest.cc:413: session.implicit_wait = 10; On 2013/01/16 19:45:10, kkania wrote: > ...
7 years, 11 months ago (2013-01-16 20:08:20 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chrisgao@chromium.org/11884058/13003
7 years, 11 months ago (2013-01-16 20:24:38 UTC) #6
commit-bot: I haz the power
7 years, 11 months ago (2013-01-16 23:37:15 UTC) #7
Message was sent while issue was closed.
Change committed as 177267

Powered by Google App Engine
This is Rietveld 408576698