Java - selenium编译错误“无法解析为变量”

时间:2017-05-21 09:00:34

标签: java selenium-webdriver

我在我的代码中得到了这个:

 mainWindowHandle = driver.getWindowHandle();
 wait = new WebDriverWait(driver, Long.parseLong(getData("WaitTime")));

但我一直遇到这个编译问题:

1) mainWindowHandle cannot be resloved to a variable
2) wait cannot be resolved to a variable

我输入了:

import org.openqa.selenium.support.ui.*;
import org.openqa.selenium.support.ui.WebDriverWait;

为什么我一直得到这个编译错误?

0 个答案:

没有答案