Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while trying to create browser (chrome) #295

Open
ov3rt1me opened this issue Jun 28, 2022 · 2 comments
Open

Error while trying to create browser (chrome) #295

ov3rt1me opened this issue Jun 28, 2022 · 2 comments

Comments

@ov3rt1me
Copy link

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
Copy link

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
Copy link

hi there,

Is that any solution this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants