You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: