I have already reinstalled Macro Scheduler and chromedriver and the error continues.
I know that the problem occurs because the macro scheduler tries to send the url to chrome and it does not find and the error.
The chromedriver opens and closes quickly. Has anyone had this problem?
My Macro
Code: Select all
Let>CHROMEDRIVER_EXE=C:\chromedriver\chromedriver.exe
//start a chrome session
ChromeStart>session_id
//navigate to google.com
ChromeNavigate>session_id,url,https://www.google.com/
//get some info
ChromeGetInfo>session_id,url,theURL
ChromeGetInfo>session_id,title,theTitle
ChromeGetInfo>session_id,source,theSource
//we can go back and forward ...
ChromeNavigate>session_id,back,
ChromeNavigate>session_id,forward,