10 de julio de 2014

E2E testing with Protractor for AngularJS: Switch to iframe context in order to see inside iframe

Little useful tip:


// Switch to iframe context in order to see inside iframe
browser.switchTo().frame(element(by.tagName('iframe')));

No hay comentarios: