1 Answer

0 votes
by
You can perform double click by using

Syntax- Actions act = new Actions (driver);

act.doubleClick(webelement);

Related questions

0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
...