Skip to content

PointerMove with long duration blinks to the target position if action sequence only have one tick #42950

@yezhizhen

Description

@yezhizhen

Describe the bug:
Video explains better. This is a pointermove of duration 2 seconds. It should gradually move, but does not.

before.mp4

To Reproduce:
Add following to a wdspec test.

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions