Selenium Java - Actions Class
What will happen if you omit
perform() in this code?Actions action = new Actions(driver); action.doubleClick(element).build();
