Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Add ability to double click on an element #184

Open
gprasant opened this issue Jan 19, 2016 · 1 comment
Open

Add ability to double click on an element #184

gprasant opened this issue Jan 19, 2016 · 1 comment

Comments

@gprasant
Copy link

Spec:

browser.doubleClick(cssSelector);

Performs a doubleClick on the element selected by the cssSelector.

@jkrems
Copy link
Contributor

jkrems commented Jan 19, 2016

Implementation note: For promise chain style, this would be browser.doubleClickOn(cssSelector).

Also, browser.getElement(cssSelector).doubleClick() should work in the sync driver. Currently it's promise chain only via wd's existing method.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants