When I update my selenium 3.4.0 to 3.7.1 I am getting following error
Error:(88, 18) java: no suitable constructor found for RemoteWebDriver(java.net.URL,org.openqa.selenium.remote.DesiredCapabilities)
constructor org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor,org.openqa.selenium.Capabilities) is not applicable
(argument mismatch; java.net.URL cannot be converted to org.openqa.selenium.remote.CommandExecutor)
constructor org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriver(java.net.URL,org.openqa.selenium.Capabilities) is not applicable
(argument mismatch; org.openqa.selenium.remote.DesiredCapabilities cannot be converted to org.openqa.selenium.Capabilities)