I am currently attempting tests with playwright. I have a website where the DOM elements are inside a frame.
I have attemped to create a scrollIntoView function that gets the selector and scrolls into the view, but it does not seem to work.
How can i scroll to an element inside the frame?