Skip to content

Instantly share code, notes, and snippets.

View robin-weaver's full-sized avatar
🌶️

Robin Weaver robin-weaver

🌶️
View GitHub Profile
@ih2502mk
ih2502mk / list.md
Last active May 23, 2024 15:12
Quantopian Lectures Saved
@boxmein
boxmein / Key.js
Created February 1, 2017 15:02
A list of Protractor.js key constants
// Protractor keys
// Extracted from https://github.com/SeleniumHQ/selenium/blob/d943ee2950e25a2f4a3492058107cfd005d6f7fd/javascript/node/selenium-webdriver/lib/input.js#L44
const Key = {
NULL: '\uE000',
CANCEL: '\uE001', // ^break
HELP: '\uE002',
BACK_SPACE: '\uE003',
TAB: '\uE004',
CLEAR: '\uE005',
RETURN: '\uE006',