Added implicit timeout handling

This commit is contained in:
Dirk Jahnke 2019-07-25 15:42:35 +02:00
parent 4fdfaa12ca
commit 90382a6a6c
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
package org.fremo.fredl.test; package org.fremo.fredl.test;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By; import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement; import org.openqa.selenium.WebElement;