[Solved] DeprecationWarning: executable_path has been deprecated, please pass in a Service object
The executable_path is deprecated in Selenium 4 and above if you are still using the executable_path=chrome_driver_path) then you will get DeprecationWarning: executable_path has been deprecated, please pass in a Service object In this…