I am trying to learn automation with Selenium but I got stuck with WebDriver... I followed all the steps. Installed the following, configured PATH:
Chromedriver version : ChromeDriver 93.0.4577.63 Selenium WebDriver version: 4.10.0
Eclipse IDE version: Eclipse IDE for Java Developers (includes Incubating components)
Version: 2023-06 (4.28.0) Build id: 20230608-1333
java 20.0.1 2023-04-18 Java(TM) SE Runtime Environment (build 20.0.1+9-29) Java HotSpot(TM) 64-Bit Server VM (build 20.0.1+9-29, mixed mode, sharing)
But when I try to do small project like invoking Chrome Browser... I am getting this error... WebDriver Can not be resolved to a type. ChromeDriver can not be resolved to a type;
I don't see the option to 'import ....'.
What am I doing wrong and how can I resolve the error.
Thank you.
Tried all the tips suggested from Youtube videos but no luck