Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double click API #114

Open
dccat9 opened this issue Apr 30, 2018 · 1 comment
Open

Double click API #114

dccat9 opened this issue Apr 30, 2018 · 1 comment

Comments

@dccat9
Copy link

dccat9 commented Apr 30, 2018

Hi,

I am trying to do a double click on an html object and I could not find a proper API in Chromy. Is double click supported?

Thanks,
Charlotte

@dotneet
Copy link
Contributor

dotneet commented May 2, 2018

Hi,

there isn't double click api.

but you can use click api twice for emulating double click as below

.click('button#b1')
.sleep(50)
.click('button#b1')
.end()

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

No branches or pull requests

2 participants