Commit f46b8b74 authored by Likith Krish's avatar Likith Krish
Browse files

Update solution/src/main/java/selenium/Clicks.java

parent 5a715f46
......@@ -67,6 +67,7 @@ public class Clicks {
//executing right click
actions.contextClick(clickButton).perform();
Thread.sleep(2000);
//Close the window
driver.quit();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment