Added implicit timeout handling

This commit is contained in:
Dirk Jahnke 2019-07-25 15:25:26 +02:00
parent 76e354e512
commit f21728a1ef
1 changed files with 2 additions and 0 deletions

View File

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