| // Copyright 2019 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef CHROME_TEST_CHROMEDRIVER_CONSTANTS_VERSION_H_ |
| #define CHROME_TEST_CHROMEDRIVER_CONSTANTS_VERSION_H_ |
| |
| // Version Information |
| |
| extern const char kChromeDriverVersion[]; |
| |
| // Branding Information |
| |
| extern const char kChromeDriverCompanyPrefix[]; |
| extern const char kChromeDriverProductFullName[]; |
| extern const char kChromeDriverProductShortName[]; |
| |
| extern const char kChromeDriverOptionsKey[]; |
| extern const char kChromeDriverOptionsKeyPrefixed[]; |
| |
| extern const char kBrowserShortName[]; |
| extern const char kBrowserCapabilityName[]; |
| extern const char kUserAgentProductName[]; |
| extern const char kHeadlessUserAgentProductName[]; |
| |
| #endif // CHROME_TEST_CHROMEDRIVER_CONSTANTS_VERSION_H_ |