I'm new to selenium and I tried to code my first java script using selenium.
It is giving errors as follows:
**- WebDriver cannot be resolved to a type
- ChromeDriver cannot be resolved to a type
- Watchpoint:FirstSelleniumScript [access and modification] - driver**
I have added selenium to the libaries- selenium-java-3.141.59
java version "1.8.0_251"
I can't understand how to fix it.