I'm getting a
NoSuchBeanDefinitionException error message when I try to use getBean on the Selenium WebDriver
The class only has a few lines of code and it's shown below:
I'm not too sure if you would want to see my build.gradle file, but here it is:
Can you please help me out?
This code came from "Learning Spring Boot 2.0 - Second Edition" which can be found here
https://www.packtpub.com/application-development/learning-spring-boot-20-second-edition
I know that one difference between the author's setup and mine is that the author was using Mac and I'm using Windows 10 Pro.
I'm also using
Java 9 and I'm not too sure what the author used.