18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
onDrag event for _sahi drag drop api's
I want to test Dom alterations done by my drag drop api's during the drag event, how do i test that ???
Comments
To test Dom alterations done by drag drop api,use the following code
Eg:
and by comparing the both messages,you can identify the Dom alterations made by dragDrop api.
Regards,
Theeran.
my question was, suppose there is a div element and by drag n drop i am moving that div
now during that movement another div width and height are changing, i want to test if those
width and height are changed properly during the movement and not after drag n drop is done.