クリックする要素が使用可能になる前に、メニューにカーソルを合わせる必要があります!
Element is not currently visible and so may not be interacted with (WARNING: The server did not provide any stacktrace information)
セレンのエラー
私はこれを試しました:
action.moveToElement(WebElement1);
action.moveToElement(WebElement2);
action.click();
action.perform();