Forum Discussion
tristaanogre
7 years agoEsteemed Contributor
There are two possibilities:
1) The mapping you're using for wndChrome_WidgetWin_14 is insufficient to properly identify the object for any and all pages
2) There may be a timing issue where it might take longer than your automation allows for for the component to come up. This would be where you would use a WaitAlias or WaitProperty or something to make sure that you wait for the component before you attempt to act against it.