**Describe the bug:** Video explains better. This is a pointermove of duration 2 seconds. It should gradually move, but does not. https://github.com/user-attachments/assets/4a329dbe-ffb5-45a3-9499-e852c9954ecc **To Reproduce:** Add following to a wdspec test. ```python def test_long_move(session, mouse_chain, test_actions_page): point = {"x": 250, "y": 250} mouse_chain.pointer_move(point["x"], point["y"], duration=2000).perform() import time time.sleep(15) ``` **Platform:** All