const getIframeDocument = () => { return cy .get('iframe[data-cy="the-frame"]') // Cypress yields jQuery element, which has the real // DOM ...
確定! 回上一頁