Johnny
Results
2
comments of
Johnny
Sry for the very general question but can I run this on circle ci? I mean how do i start it?
This is an option typing in an input field situated in the iframe: ````js cy.get(iframe_selector).then($iframe => { const iframe = $iframe.contents(); const myInput = iframe.find("your input selector like #myElement"); cy.wrap(myInput).type("example");...