gpt4 book ai didi

selenium-webdriver - 无法在 selenium webdriver 中实例化类型 Select

转载 作者:行者123 更新时间:2023-12-03 23:41:17 25 4
gpt4 key购买 nike

我正在尝试模拟一个测试用例,在该用例中我必须从多选框中选择多个选项。我可以使用选择来做到这一点。但是,我在实例化选择后立即收到以下错误。

“无法实例化类型选择”

我的代码是:

import java.awt.List;
import java.util.ArrayList;

import junit.framework.Assert;

import org.apache.bcel.generic.Select;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.support.ui.ExpectedCondition;
import org.openqa.selenium.support.ui.WebDriverWait;

public class SeleniumFormTesting {
//piece of code to open the browser in firefox

Select selectBox = new Select(driver.findElement(By
.cssSelector("select#id_contact")));
//in above select statement the error comes

}

谁能帮我解决这个问题

最佳答案

尝试使用Select 导入包。您可以使用以下方法将其导入到您的项目中:

import org.openqa.selenium.support.ui.Select;

关于selenium-webdriver - 无法在 selenium webdriver 中实例化类型 Select,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13177452/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com