Jnegrier / wdio-novus-visual-regression-service

Fork of wdio-visual-regression-service by Zinserjan, with compability with WebdriverIO V6
MIT License
7 stars 4 forks source link

hide elements inside a iframe in visual verification using novus #19

Open vandna06 opened 3 years ago

vandna06 commented 3 years ago

Hi,

I have to hide an element inside an iFrame while doing visual verification. On using the method browser.checkViewport({hide: [$('[class=myclass])]}), the element does not get hidden.

Please advise how can we use this to hide element inside an iFrame.

vandna06 commented 3 years ago

A gentle reminder to look into this