You can do something like: cy.get('table > tbody > tr:nth-child(1) > td:nth-child(1)', { timeout: 15000 }).invoke('text').then((text) ...
確定! 回上一頁