mercredi 3 octobre 2018

How to take value from the element in the Cypress tool?

I have a problem with taking value of the element like:

<div class="Test">Number 10</div>

Let say, that I have 10-20 classes with values like here, then I can use:

cy.get('.Test').invoke('text').as.('Field1')

to get proper value, but it is only possible in different test by using this.Field1. How to get value in the same test without using: then and .text()?

Is it possible? I have many fields and I would like do it in one single test to check proper values in the next view.

Did anyone has similar problem? Thanks

Aucun commentaire:

Enregistrer un commentaire