I am trying to write a TestCafe functional test around drag and drop. I already have drag and drop working and I am trying to test the source/target functionality by trying to drag an element onto a part of the screen it is not allowed to drop. The mouse cursor shape changes to the "No entry" symbol when the drop is not permitted during the mouse hover. I cannot see anywhere in the TestCafe documentation where I can interrogate the mouse cursor icon shape.
I cannot see any documentation on this in TestCafe.
Does TestCafe support this?
Thanks Mark