TestStack/White

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

Opened this issue · 2 comments

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);

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

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