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>
ITMISS
相关分类