convert to numbers // and confirm they are sorted cy.get('.inventory_item_price') .map('innerText') .mapInvoke('substr', 1) .map(Number)
確定! 回上一頁