Using Selenium,a beginner here,I was using system.setProperty to set the path for .exe file from local directory but its giving error
Using Selenium,a beginner here,I was using system.setProperty to set the path for .exe file from local directory but its giving error,although I know now after selenium 4.5 selenium manager does the work to download .exe file internally,but i was just curious and changed my selenium dependency version to 4.0.0,downloaded the chromedriver.exe file from CFT dashboard,and extracted it,gave the path but i am getting a syntax error which i dont know why its throwing the syntax error-“Syntax error on token “)”, delete this token”,everything seems fine to me,any help would be appreciated,thanks.
Chrome driver version (125) can’t find the chromedriver.exe
I have downloaded the latest chrome version from link https://googlechromelabs.github.io/chrome-for-testing/#stable for windows 64 (125.0.6422.60). But after downloading, I am unable to get the chromedriver.exe file.