saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.06k stars 346 forks source link

Error while trying to create browser (chrome) #295

Open ov3rt1me opened 2 years ago

ov3rt1me commented 2 years ago

2022-06-28 11:40:43.914 +02:00 [INF] Engine Class has been initialized 2022-06-28 11:40:43.930 +02:00 [INF] Client requesting to execute script using frmEngine 2022-06-28 11:40:43.930 +02:00 [INF] Bot Engine Started: 28/06/2022 11:40:43 2022-06-28 11:40:44.181 +02:00 [INF] Deserializing File 2022-06-28 11:40:44.192 +02:00 [INF] Script Path: \vmware-host\Shared Folders\Documenti\taskt\My Scripts\diocan.xml 2022-06-28 11:40:44.287 +02:00 [INF] Creating Variable List 2022-06-28 11:40:44.287 +02:00 [INF] Creating App Instance Tracking List 2022-06-28 11:40:44.287 +02:00 [INF] Running Line 1: Create Chrome Browser - [Instance Name: 'default', Instance Tracking: Forget Instance] 2022-06-28 11:40:48.219 +02:00 [INF] Result Code: Error 2022-06-28 11:40:48.219 +02:00 [INF] Error: OpenQA.Selenium.WebDriverException: unknown error: cannot find Chrome binary (Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 10.0.19044 x86_64) in taskt.Core.Automation.Engine.AutomationEngineInstance.ExecuteCommand(ScriptAction command) in taskt.Core.Automation.Engine.AutomationEngineInstance.ExecuteScript(String data, Boolean dataIsFile) 2022-06-28 11:49:59.381 +02:00 [INF] Engine Class has been initialized 2022-06-28 11:49:59.381 +02:00 [INF] Client requesting to execute script using frmEngine 2022-06-28 11:49:59.381 +02:00 [INF] Bot Engine Started: 28/06/2022 11:49:59 2022-06-28 11:49:59.397 +02:00 [INF] Deserializing File 2022-06-28 11:49:59.397 +02:00 [INF] Script Path: \vmware-host\Shared Folders\Documenti\taskt\My Scripts\diocan.xml 2022-06-28 11:49:59.482 +02:00 [INF] Creating Variable List 2022-06-28 11:49:59.482 +02:00 [INF] Creating App Instance Tracking List 2022-06-28 11:49:59.482 +02:00 [INF] Running Line 1: Create Chrome Browser - [Instance Name: 'default', Instance Tracking: Forget Instance] 2022-06-28 11:50:03.123 +02:00 [INF] Result Code: Error 2022-06-28 11:50:03.123 +02:00 [INF] Error: OpenQA.Selenium.WebDriverException: unknown error: cannot find Chrome binary (Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 10.0.19044 x86_64) in taskt.Core.Automation.Engine.AutomationEngineInstance.ExecuteCommand(ScriptAction command) in taskt.Core.Automation.Engine.AutomationEngineInstance.ExecuteScript(String data, Boolean dataIsFile)

hyy829119 commented 1 year ago

At present, there is indeed a browser error. This error is related to the driver version. The currently cited dependency determines that the version that supports Google browser is v91

I'm trying to figure out a way to automatically update the driver based on the client computer's browser version and then perform an update

ThickimsesS commented 10 months ago

hi there,

Is that any solution this issue?