* @throws Exception
*/
@Before
public void setUp() throws Exception {
profile = new FirefoxProfile();
driver = new FirefoxDriver(new FirefoxBinary(new File(
"D:/Programme/Mozilla Firefox/firefox.exe")), profile);
driver.get("http://localhost:8080/archivator/faces/index.xhtml");
driver.manage().timeouts().implicitlyWait(20, TimeUnit.SECONDS);
WebElement query = driver.findElement(By