Let's write a short test that finds a table row with text. If the text is not there, the test fails. If the text is present, we get the index of the row by invoking the jQuery "index" method and using cy.log or cy.print to print it to the Command Log.
cy.contains('tr', 'Charles')
.invoke('index')
// cypress-map
.print('Found row %d')
Find this example at http://glebbahmutov.com/cypress-examp...
Watch video Find The Table Row With The Given Text And Print Its Index online, duration hours minute second in high quality that is uploaded to the channel gleb bahmutov 08 May 2023. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 685 times and liked it 31 visitors.