testcafe

    0熱度

    2回答

    我使用testcafe測試框架得到表的所有單元格的文本 - https://devexpress.github.io/testcafe。 我寫了下面的代碼: const table = Selector('#table'); for(let i = 0; i < table.rows.length; i++){ for(let j = 0; j < table.columns.len