in lib/identify-command-from-req.js [28:33]
function isSendingKeys(req) { return { type: 'keys', result: req.method === 'POST' && isSessionReq(req) && (/element\/.+?\/value\/?$/).test(req.path), }; }