cy.get(myElement).then((theElement) => { theElement.text() // this returns a string with the element's InnerHTML });. Using Cypress, Get the DOM element ...
確定! 回上一頁