How to capture scrolled into view element with Cypress and Applitools?
When I view my step in Applitools, it didn’t capture the view where I scrolled into. It just captured the top of the page. How can I retain the scrolled view until it’s captured in applitools? I’ve tried this code I’ve seen from the net, but nothing happened, not sure if I just didn’t place it correctly in my code:
eyes.check("test", Target.Region(By.id("scrollable_element")).fully());