DoubleClick(WebDoubleClickArgs) Method
Clicks on this object twice according to the specified behavior.
Remarks
If you are testing a Web or hybrid mobile application on a Mobile device, this method is equivalent to performing a DoubleTap gesture.

C# Syntax

void DoubleClick( 
   WebDoubleClickArgs args
)

Parameters

args
The WebDoubleClickArgs arguments that define the behavior of the double click operation.