chromium/third_party/selenium-atoms/atoms.cc

/*
 * Copyright 2011-2014 Software Freedom Conservancy
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* AUTO GENERATED - DO NOT EDIT BY HAND */

#include "atoms.h"
#include <stddef.h>  // For NULL.

namespace webdriver {
namespace atoms {

const char* const CLEAR[] =;

const char* const CLEAR_LOCAL_STORAGE[] =;

const char* const CLEAR_SESSION_STORAGE[] =;

const char* const CLICK[] =;

const char* const EXECUTE_ASYNC_SCRIPT[] =;

const char* const EXECUTE_SCRIPT[] =;

const char* const EXECUTE_SQL[] =;

const char* const FIND_ELEMENT[] =;

const char* const FIND_ELEMENTS[] =;

const char* const GET_APPCACHE_STATUS[] =;

const char* const GET_ATTRIBUTE[] =;

const char* const GET_EFFECTIVE_STYLE[] =;

const char* const GET_FIRST_CLIENT_RECT[] =;

const char* const GET_LOCAL_STORAGE_ITEM[] =;

const char* const GET_LOCAL_STORAGE_KEY[] =;

const char* const GET_LOCAL_STORAGE_KEYS[] =;

const char* const GET_LOCAL_STORAGE_SIZE[] =;

const char* const GET_LOCATION[] =;

const char* const GET_LOCATION_IN_VIEW[] =;

const char* const GET_PAGE_ZOOM[] =;

const char* const GET_SESSION_STORAGE_ITEM[] =;

const char* const GET_SESSION_STORAGE_KEY[] =;

const char* const GET_SESSION_STORAGE_KEYS[] =;

const char* const GET_SESSION_STORAGE_SIZE[] =;

const char* const GET_SIZE[] =;

const char* const GET_TEXT[] =;

const char* const IS_DISPLAYED[] =;

const char* const IS_ELEMENT_CLICKABLE[] =;

const char* const IS_ELEMENT_DISPLAYED[] =;

const char* const IS_ENABLED[] =;

const char* const IS_SELECTED[] =;

const char* const REMOVE_LOCAL_STORAGE_ITEM[] =;

const char* const REMOVE_SESSION_STORAGE_ITEM[] =;

const char* const SET_LOCAL_STORAGE_ITEM[] =;

const char* const SET_SESSION_STORAGE_ITEM[] =;

const char* const SUBMIT[] =;

}  // namespace atoms
}  // namespace webdriver