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

Json configuration #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Gwergilius
Copy link

No description provided.

@Gwergilius Gwergilius closed this Jan 24, 2022
@Gwergilius Gwergilius reopened this Jan 24, 2022
@Gwergilius
Copy link
Author

Gwergilius commented Jan 24, 2022

Optional appsettings.json file is added for controlling the AutomationType used by the application.
If appsettings,json exists in the application folder AND it contains an entry for AutomationType, then it will be used for initializing the MainWindow instead of displaying a dialog. If appsetting.json cannot be used to determine the AutomationType, then the Choose Version dialog is still displayed as in the previous versions.

An example for the appsettings.json is:

{
  "FlaUInspect": {
    "AutomationType": "UIA3"
  }
}

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

Successfully merging this pull request may close these issues.

None yet

1 participant