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

Issue 6482014: Implement sendKeys webdriver API in ChromeDriver. (Closed)

Created:
9 years, 10 months ago by kkania
Modified:
9 years, 7 months ago
Reviewers:
jleyba, Jason Leyba
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Implement Value command in ChromeDriver. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74748

Patch Set 1 : '' #

Total comments: 6

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+726 lines, -143 lines) Patch
M chrome/chrome_tests.gypi View 1 2 3 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/test/automation/browser_proxy.cc View 1 2 3 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/test/webdriver/WEBDRIVER_TESTS View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M chrome/test/webdriver/automation.h View 1 2 3 2 chunks +25 lines, -0 lines 0 comments Download
M chrome/test/webdriver/automation.cc View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download
M chrome/test/webdriver/commands/command.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/webdriver/commands/command.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
D chrome/test/webdriver/commands/webelement_command.h View 1 2 3 1 chunk +0 lines, -42 lines 0 comments Download
M chrome/test/webdriver/commands/webelement_command.cc View 1 2 3 1 chunk +0 lines, -85 lines 0 comments Download
A + chrome/test/webdriver/commands/webelement_commands.h View 1 2 chunks +42 lines, -3 lines 0 comments Download
A + chrome/test/webdriver/commands/webelement_commands.cc View 1 2 chunks +101 lines, -6 lines 0 comments Download
M chrome/test/webdriver/server.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M chrome/test/webdriver/session.h View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/test/webdriver/session.cc View 1 2 3 3 chunks +43 lines, -0 lines 0 comments Download
A chrome/test/webdriver/webdriver_key_converter.h View 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/test/webdriver/webdriver_key_converter.cc View 1 2 1 chunk +279 lines, -0 lines 0 comments Download
A chrome/test/webdriver/webdriver_key_converter_unittest.cc View 1 chunk +151 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kkania
there's a couple small todo's for some non-windows stuff that I'll do in a separate ...
9 years, 10 months ago (2011-02-10 04:31:10 UTC) #1
jleyba
Looks pretty solid. Can you enable any of the python acceptance tests that go with ...
9 years, 10 months ago (2011-02-10 05:52:19 UTC) #2
kkania
Few changes: 1) Added ElementTextCommand, which retrieves visible text. I added this so that most ...
9 years, 10 months ago (2011-02-10 18:17:48 UTC) #3
Jason Leyba
On 2011/02/10 18:17:48, kkania wrote: > Few changes: > > 1) Added ElementTextCommand, which retrieves ...
9 years, 10 months ago (2011-02-11 19:29:42 UTC) #4
Jason Leyba
9 years, 10 months ago (2011-02-11 19:32:01 UTC) #5
LGTM

http://codereview.chromium.org/6482014/diff/10014/chrome/test/webdriver/webdr...
File chrome/test/webdriver/webdriver_key_converter_unittest.cc (right):

http://codereview.chromium.org/6482014/diff/10014/chrome/test/webdriver/webdr...
chrome/test/webdriver/webdriver_key_converter_unittest.cc:1: // Copyright (c)
2011 The Chromium Authors. All rights reserved.
You didn't add this to chromedriver_unittests in chrome_tests.gypi

Powered by Google App Engine
This is Rietveld 408576698