1 min readJul 13, 2020
Hi, in any case, if you are not able to identify the react selector, you can use CSS instead.
Like:
await element(by.css('.component-display')).getText();
You can also check out [cypress-react-selector](https://github.com/abhinaba-ghosh/cypress-react-selector/blob/master/cypress/integration/react-selector.spec.js)