How to get the html code inside a div which renders when the mouse is moved in Playwright?
So I am trying to scrape data and in order to do it I need to move my mouse along x direction by 5 point. The mouse movement changes or renders the content inside . When I use page.inner_text it gives me the content inside .someclass but after the mouse movement the content changes but page.inner_text is same a the first. How can I get the updated content?