Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
leductam2003 opened this issue Mar 25, 2020 · 2 comments
Open

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

leductam2003 opened this issue Mar 25, 2020 · 2 comments

Comments

@leductam2003
Copy link

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
Copy link

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

@anandvsingh
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants