pywinauto/pywinauto

Maintaining control identifiers in centralized location

Open

#511 opened on Jun 26, 2018

View on GitHub
 (12 comments) (0 reactions) (0 assignees)Python (4,425 stars) (654 forks)batch import
Priority-Criticalenhancementgood first issue

Description

When desktop application is very large and has 10k identifiers,then how should one maintain and access then from centralized location (file) in python. Please give suggestions.

Earlier we were using QTP for automation which has its own utility of object repository... For pywinauto how can we create similar utility or how can we organize objects in one file and access them efficiently in script

Contributor guide