提问人:Mansur Mughnee 提问时间:11/11/2023 更新时间:11/11/2023 访问量:24
在 selenium 中创建的异常
Exception created in selenium
问:
公共类测试 { @Test
System.setProperty(“webdriver.chrome.driver”, “C:\Users\HS TRADER\Downloads\chromedriver_win32”);
WebDriver 驱动程序=new ChromeDriver();
driver.get(“http://www.google.com/”);
}
} org.openqa.selenium.SessionNotCreatedException:会话未创建异常
答: 暂无答案
评论