Search code examples
node.jsactionuser-inputnode-modulescypress

Which tool should be used to record user actions/inputs to use them later on with cypress


Which tool should I use to record user actions/inputs to use them later on with cypress or does cypress has that kind of tool?


Solution

  • Cypress does not have a record "user actions" feature. There is an issue open for this here.

    Cypress recently released a CSS Selector Playground to aid in getting selectors manually while developing.