John Moore
03/25/2024, 5:18 PMCould not find method iedriverserver() for arguments [3.141.59] on extension 'webdriverBinaries' of type com.github.erdi.gradle.webdriver.WebDriverBinariesPluginExtensionAny idea what this is? To be clear, this is a complete vanilla web app on which I have done nothing, and I imagine it is completely reproduceable to anyone who tries. Just do 'grails create-app testapp' with Grails 6.1.2 and try to run it.
mattias_reichel
03/25/2024, 7:38 PMwebdriverBinaries {
chromedriver '110.0.5481.77'
geckodriver '0.32.2'
//iedriverserver '3.141.59'
edgedriver '110.0.1587.57'
}John Moore
03/25/2024, 7:40 PMJohn Moore
03/25/2024, 7:45 PMJohn Moore
03/26/2024, 9:39 AMMichael Yan
03/26/2024, 11:46 AM