testplane icon indicating copy to clipboard operation
testplane copied to clipboard

Screenshot inside iframe

Open koodeex opened this issue 6 years ago • 3 comments

Добрый день! Столкнулся со следующей проблемой: при переключении контекста вебдрайвера в iframe, попытка сделать assertView фотографирует левый верхний угол страницы, вне айфрейма. можно ли как то переключить снятие скриншотов в контекст айфрейма?

it('SnapInsSupportFlowFirstPageReturn', function() { 
               return this.browser.element(iframelocator)
               .then(function (frame) {
                   return this.frame(frame.value)
               })
               .waitForVisible('#loading', 10000, true)
               .assertView('SnapInsSearchResultPageReturn', 'body');
}

koodeex avatar Dec 21 '18 13:12 koodeex

привет

про этот баг знаем, но пока не дошли его исправить :(

sipayRT avatar Dec 24 '18 14:12 sipayRT

any update of this issue?

mercury-oe avatar Jun 27 '19 19:06 mercury-oe

Привет! Есть новости?

Dino1992 avatar Jul 12 '19 12:07 Dino1992

Fixed in [email protected]

DudaGod avatar Mar 07 '24 14:03 DudaGod