await cy.get(element).scrollIntoView() .click({ force: true }) .invoke('show', '.wj-grid-editor.wj-form-control') .find('input').focus()
確定! 回上一頁