skip to Main Content

Html – How to resize textarea in cypress

How to resize the textarea in Cypress. I'm using cypress-real-events plugin to interact with html elements. I've to resize the textarea and tried below code but its not working. cy.get("textarea").eq(0) .realMouseDown({ position: "bottomRight" }) .realMouseUp({ position: "bottomRight" }) .realMouseDown({ position:…

VIEW QUESTION
Back To Top
Search