@aristotelos
FlaUI.WebDriver Version: v0.3.1
We have a complex legacy Desktop application that exposes FrameworkType Win32 automation interface.
An example XPath like: //Tab[@name='customers']//Text[contains(@name,'Drag and drop field here')]
can take up to 45 seconds to locate the related element.
Note that even a full Xpath for the above element example takes 10 seconds to locate the element.
What can be done to speed up this mechanism?
Any suggestions for a locator strategy that could improve the situation?