When I'm specifying the path of iedriverserver or any other browser driver, I have to set it using system property.
This is my code:
System.setProperty("webdriver.ie.driver","Driver path");
If i'm downloading the iedriver via maven, is there any way to find its path and put it in system.setproperty()
?