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