Selenium Java - Actions Class
You want to double click on a button with id
submitBtn and then verify if a confirmation message with id confirmMsg appears. Which of the following code snippets correctly performs this and asserts the message is displayed?