webdriver.chrome.driver在我的項目的 pom.xml 中沒有解析符號。如何擺脫這個錯誤以及有什么用webdriver.chrome.driver<configuration> <trimStackTrace>false</trimStackTrace> <enableAssertions>true</enableAssertions> <systemPropertyVariables> <!-- Pass location of downloaded webdrivers to the tests --> <webdriver.chrome.driver>${webdriver.chrome.driver</webdriver.chrome.driver> </systemPropertyVariables></configuration>
無法解析 pom.xml 中的符號 `webdriver.chrome.driver`
幕布斯7119047
2023-05-10 14:03:26