How to execute cypress commands on returned window objects (from different class)

前端 未结 0 1865
谎友^
谎友^ 2021-02-09 07:15

I have the class which returns table cell object.

getTableCell(rowId, ColId) {
this.cell = cy.get(\'xxxxxxxxx\').then(el => {

//Logic to find cell selector
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题