diff options
author | jmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-23 01:37:24 +0000 |
---|---|---|
committer | jmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-23 01:37:24 +0000 |
commit | fb6a061d07fe4de370d105b72b1d9b1478807f0a (patch) | |
tree | 53b1d4ee27e8d729009fdc095ee6d486cb29b7ca /chrome/chrome_tests.gypi | |
parent | ca59d8a58b9452331aa8e1a2d5152c62604d5711 (diff) | |
download | chromium_src-fb6a061d07fe4de370d105b72b1d9b1478807f0a.zip chromium_src-fb6a061d07fe4de370d105b72b1d9b1478807f0a.tar.gz chromium_src-fb6a061d07fe4de370d105b72b1d9b1478807f0a.tar.bz2 |
Revert 70015 - Implemnts the commands in webdriver to preform searching of elements on a page.
/session/:sessionId/timeouts/implicit_wait
/session/:sessionId/element
/session/:sessionId/elements
/session/:sessionId/element/:id/element
/session/:sessionId/element/:id/elements
BUG=none
TEST=webdriver_remote_tests.py
Review URL: http://codereview.chromium.org/3643002
TBR=jmikhail@google.com
Review URL: http://codereview.chromium.org/5959005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70017 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index e0f5d11..c0d7729 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -678,10 +678,6 @@ 'test/webdriver/commands/command.cc', 'test/webdriver/commands/create_session.h', 'test/webdriver/commands/create_session.cc', - 'test/webdriver/commands/find_element_commands.h', - 'test/webdriver/commands/find_element_commands.cc', - 'test/webdriver/commands/implicit_wait_command.h', - 'test/webdriver/commands/implicit_wait_command.cc', 'test/webdriver/commands/execute_command.h', 'test/webdriver/commands/execute_command.cc', 'test/webdriver/commands/navigate_commands.h', |