mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2025-04-19 07:19:18 +00:00
8 lines
125 B
Java
8 lines
125 B
Java
package stepdefs;
|
|
|
|
import org.openqa.selenium.WebDriver;
|
|
|
|
public class Preconditions {
|
|
public static WebDriver driver;
|
|
}
|