--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/S72hPXxqogkJ.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en-US.
org.openqa.selenium.Proxy proxy =
new Proxy();proxy.setProxyType(ProxyType.
AUTODETECT);DesiredCapabilities dc = DesiredCapabilities.firefox();
dc.setCapability(CapabilityType.
FirefoxDriver driver =
new FirefoxDriver(dc);
But it is throwing me Error -"failed to connect to binary FirefoxBinary"
Can you help me again.
Thanks,
Kaush