Selenium 4.20.0 is not having a “lib” folder, and I could see for above chrome 155 we have chrome testing version, Can anyone guide me on this configuration setup for automation testing with Selenium-Java with eclipse environment?
My chrome browser version is “chrome-124”.
I installed Selenium 4.20.0 and added the external jars into eclipse but the lib folder is not available in this selenium version and tried with writing the code
Webdriver driver = new ChromDriver();
But still I am unable to resolve the webdriver issue.
My chrome browser version is “chrome-124”.
Swetha Bytesflow is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.