Is it possible to use XPath in Cypress?

Is it possible to use XPath in Cypress?

Hello Alex-walker,

By default, Cypress doesn’t support XPath. But, with the help of the Cypress-Xpath plugin, we can use XPath to interact with all the DOM elements. We can install the plugin through npm.


npm install cypress-xpath