Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Pause() should not be deprecated for Actions API JAVA #7424

Open
@lukeis

Description

@lukeis

Originally reported on Google Code with ID 7424


What steps will reproduce the problem?
1. I am doing a select on a div which is triggering a javascript event. For this, I
created an Actions chain: clickAndHold().pause(500).moveToOffset(x,y)

What is the expected output? What do you see instead?
Without using the pause() method, the action on the page is actually a "swype", for
which there is a separate event. The only way to mimic human behavior is to have the
pause() method in the chain. If this method is removed in the future Selenium WebDriver
version, there's nothing in place.

Selenium version: 2.41.0
OS: Windows
Browser: Firefox, Chrome

Reported by vasile.pop on 2014-06-03 09:02:05

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions