This is a migrated thread and some comments may be shown as answers.

Double click event

1 Answer 142 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 25 Apr 2011, 09:48 PM
Hi,

I was trying out the framework to see if it could fix an issue I'm having with an Ext GWT application I'm trying to automate. Development has decided to use double click events on a lot of the elements and no framework has been able to handle them effectively. I can't seem to find a DoubleClick method on the HtmlControl class. Is there a way to double click using WebAii?

1 Answer, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 26 Apr 2011, 05:30 PM
Hello Ryan,

Yes there is:

HtmlButton btn = ActiveBrowser.Find.ById<HtmlButton>("accept");
btn.MouseClick(MouseClickType.LeftDoubleClick);

All the best,
Cody
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Ryan
Top achievements
Rank 1
Answers by
Cody
Telerik team
Share this question
or