java.net.UnknownHostException Can't Solve in selenium
问题 Till Yesterday i was using Webdriver Manager it was working sucessfully. but today it is Throwing some UnknownHostException My Dependinces : <dependency> <groupId>io.github.bonigarcia</groupId> <artifactId>webdrivermanager</artifactId> <version>3.0.0</version> <scope>test</scope> </dependency> This is the way i used to open the browser : WebDriverManager.chromedriver().setup(); driver = new ChromeDriver(); I can't find a Perfect Solution but am getting some solution which is not clear can you