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.1k stars 352 forks source link

Internet Explorer on Win 10 #247

Closed onvickirk closed 3 years ago

onvickirk commented 3 years ago

Hey,

Having an issue with the IE Browser Engine Type on the "Web Browser Command - Create Browser' on Win10 boxes. IE will launch, and navigate to the first URL, but after that further commands, like navigate to new URL, will timeout. This works fine on my Win7 box (IE version 11.0.9600.19596 ) but on two different win10 boxes ( IE version 11.789.19041.0 ), the selenium timeouts occur. I tried pulling in the latest IEDriverServer.exe but no change. Chrome works fine.

Any ideas?

P.S. And FYI, on both Win7 and Win10, the commands under the "IE Browser Commands", the ones utilizing the Interop mechanism, work fine.

saucepleez commented 3 years ago

You should attempt a different web driver version from selenium which goes in the Resources folder from the root project.