chromium/chrome/test/chromedriver/element_commands_unittest.cc

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <memory>
#include <string>

#include "base/values.h"
#include "chrome/test/chromedriver/chrome/status.h"
#include "chrome/test/chromedriver/chrome/stub_chrome.h"
#include "chrome/test/chromedriver/chrome/stub_web_view.h"
#include "chrome/test/chromedriver/element_commands.h"
#include "chrome/test/chromedriver/session.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/selenium-atoms/atoms.h"

namespace {

class MockChrome : public StubChrome {};

Command;

Status CallElementCommand(Command command,
                          StubWebView* web_view,
                          const std::string& element_id,
                          const base::Value::Dict& params = {}

}  // namespace

namespace {

class MockResponseWebView : public StubWebView {};

}  // namespace

TEST(ElementCommandsTest, ExecuteGetElementRect_SizeError) {}

TEST(ElementCommandsTest, ExecuteSendKeysToElement_NoValue) {}

TEST(ElementCommandsTest, ExecuteSendKeysToElement_ValueNotAList) {}