Omkar Posted December 7, 2021 Posted December 7, 2021 Hi I am using below code to execute through selenium c# using AutoIt; AutoItX.WinActivate("Open"); AutoItX.Send(Filepath); AutoItX.Send("{ENTER}"); I have also added AutoItX.Dotnet package from Nuget Packages, but still getting the error 'the name autoitx does not exists in the current content' Thanks in advance
junkew Posted December 7, 2021 Posted December 7, 2021 Is above example working? FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now