blob: e4ab61440f662c0679acd51d06dbcc97279b9b92 [file] [log] [blame]
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="Driver" value="OpenQA.Selenium.Firefox.FirefoxDriver" />
<add key="Assembly" value="WebDriver" />
<add key="DriverName" value="Firefox"/>
<add key="RemoteCapabilities" value="firefox"/>
<add key="Protocol" value="http"/>
<add key="HostName" value="localhost"/>
<add key="Port" value="2310"/>
<add key="Folder" value="common"/>
</appSettings>
</configuration>