You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selenium-support is an optional dependency in geb-core.
This means it will not be carried forward transitively.
It needs to included explicitly.
Unable to find class 'org.openqa.selenium.support.ui.Select', which is required when interacting with select elements.This class is part of the selenium-support jar, which is not part of the WebDriver core that is depended on by each of the drivers. This means that you need to add this jar to your project yourself as an explicit dependency.This jar is available from maven central: http://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-supportThe use of this class was introduced in Geb 0.6.1 due to changes in WebDriver 2.6.0java.lang.ClassNotFoundException: Unable to find class 'org.openqa.selenium.support.ui.Select', which is required when interacting with select elements.This class is part of the selenium-support jar, which is not part of the WebDriver core that is depended on by each of the drivers. This means that you need to add this jar to your project yourself as an explicit dependency.This jar is available from maven central: http://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-supportThe use of this class was introduced in Geb 0.6.1 due to changes in WebDriver 2.6.0 at geb.navigator.SelectFactory.loadSelectClass(SelectFactory.groovy:32) at geb.navigator.SelectFactory.createSelectFor(SelectFactory.groovy:25) at geb.navigator.DefaultNavigator.setSelectValue(DefaultNavigator.groovy:965) at geb.navigator.DefaultNavigator.setInputValue(DefaultNavigator.groovy:931) at geb.navigator.DefaultNavigator.setInputValues_closure56(DefaultNavigator.groovy:922) at groovy.lang.Closure.call(Closure.java:433) at geb.navigator.DefaultNavigator.setInputValues(DefaultNavigator.groovy:921) at geb.navigator.DefaultNavigator.value(DefaultNavigator.groovy:652) at geb.module.Select.setSelected(Select.groovy:31) at groovy.lang.GroovyObject.setProperty(GroovyObject.java:61) at geb.content.TemplateDerivedPageContent.propertyMissing(TemplateDerivedPageContent.groovy:111) at groovy.lang.GroovyObject.setProperty(GroovyObject.java:61) at spec.AclEntrySpec.testUniqueOrder(AclEntrySpec.groovy:75)
The text was updated successfully, but these errors were encountered:
selenium-support
is an optional dependency ingeb-core
.This means it will not be carried forward transitively.
It needs to included explicitly.
The text was updated successfully, but these errors were encountered: