04 - 02 - Double Click and Right Click in Selenium With Examples
04 - 02 - Double Click and Right Click in Selenium With Examples
Internal | RBVH/ENG1 | 6/24/2014 | © Robert Bosch Engineering and Business Solutions Vietnam Company Limited 2013. All
1
rights reserved, also regarding any disposal, exploitation, reproduction, editing, distribution, as well as in the event of
applications for industrial property rights.
Double click in Selenium
Double click action in Selenium web driver can be done using Actions class. Actions class is
a predefined class in Selenium web driver used to perform multiple keyboard and mouse
operations such as Right Click, Drag and Drop, etc.
Double click operation is used when the state of web element changes after double click
operation. Double Click operation in Selenium web driver can be done using the pre
defined command Double Click as mentioned below
RBVH/ENG1
Reference
https://www.guru99.com/double-click-and-right-click-selenium.html
Internal | RBVH/ENG1 | 6/24/2014 | © Robert Bosch Engineering and Business Solutions Vietnam Company Limited 2013. All
rights reserved, also regarding any disposal, exploitation, reproduction, editing, distribution, as well as in the event of
applications for industrial property rights.