Hi Experts,
How to use 'draggable' property for Div type element. We support some Div element which user can drag. So my test case is to check whether element is 'draggable' or not.
Thanks,
how to check element is draggable
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: how to check element is draggable
Hi,
Regards,
Peter
Ranorex Team
You can use for example following RxPathrkarhe wrote:How to use 'draggable' property for Div type element. We support some Div element which user can drag. So my test case is to check whether element is 'draggable' or not.
/dom[@domain='www.w3schools.com']/body//iframe//p[@draggable='true']to check if a tag is draggable or not.
Regards,
Peter
Ranorex Team
Re: how to check element is draggable
__________________________________Support Team wrote:Hi,You can use for example following RxPathrkarhe wrote:How to use 'draggable' property for Div type element. We support some Div element which user can drag. So my test case is to check whether element is 'draggable' or not./dom[@domain='www.w3schools.com']/body//iframe//p[@draggable='true']to check if a tag is draggable or not.
Regards,
Peter
Ranorex Team
thank you for tell us that,you are so nice.

Money spent on the brain is never spent in vain.