UNPKG

webdriverjs

Version:

A nodejs bindings implementation for selenium 2.0/webdriver

25 lines (23 loc) 491 B
/** * useful colors for bash */ 'use strict'; module.exports = { black: "\x1b[0;30m", dkgray: "\x1b[1;30m", brick: "\x1b[0;31m", red: "\x1b[1;31m", green: "\x1b[0;32m", lime: "\x1b[1;32m", brown: "\x1b[0;33m", yellow: "\x1b[1;33m", navy: "\x1b[0;34m", blue: "\x1b[1;34m", violet: "\x1b[0;35m", magenta: "\x1b[1;35m", teal: "\x1b[0;36m", cyan: "\x1b[1;36m", ltgray: "\x1b[0;37m", white: "\x1b[1;37m", reset: "\x1b[0m" };