TestStack / White

DEPRECATED - no longer actively maintained
Other
1.02k stars 485 forks source link

System.ArgumentException: ''Qt' is not a valid frameworkId' #667

Open leductam2003 opened 4 years ago

leductam2003 commented 4 years ago

Hi,

I had got this when trying to automate on qt framework, does TestStack.White support Qt Framework? System.ArgumentException: ''Qt' is not a valid frameworkId' Here is my code:

            var application = TestStack.White.Application.Launch(@"C:\Users\Tam\Downloads\tportable.1.9.21\Telegram\Telegram.exe");
            TestStack.White.Application application1 = TestStack.White.Application.Attach(application.Process.ProcessName);
            var window = application1.GetWindow("Telegram", InitializeOption.NoCache);
eclectique commented 3 years ago

quit Telegram, Viber, and other messengers that are using QT

anandvsingh commented 1 year ago

Were you able to find a solution to this, using TestStack.White or any other framework?