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

Unable to launch browser commands in Taskt #284

Open amicablemeena opened 2 years ago

amicablemeena commented 2 years ago

I had installed the taskt V3.5.0.0.I couldn't launch browser commands.It throw an error like below, Taskt issue Can anyone help me on this?

dezaxe69210 commented 2 years ago

Hey @amicablemeena can you tell me how you achieve this? I tried IE and Script command everything was OK. Maybe I miss something on your how-to

amicablemeena commented 2 years ago

Hey @amicablemeena can you tell me how you achieve this? I tried IE and Script command everything was OK. Maybe I miss something on your how-to

Thanks for your response! The issue was resolved. I installed taskt version v3.5.0.0 .My chrome version is 98.0.4856.102.There is a contradiction between the chrome web driver and my chrome version .so I got above error .Now I installed same version of chrome web driver, It was working fine.

nkarthickraj commented 2 years ago

Could you please tell me the correct version for Taskt v3.5.0.0?

amicablemeena commented 2 years ago

Chrome Web Driver version should be same as your chrome version, if the web driver version does not matches with the chrome browser version ,then it throw an error..