Forum Discussion
rraghvani
Champion Level 3
3 years agoEach of the log statements corresponds to the line of code,
The 'else' part of your statements just has 'pass' and nothing else.
- aafreen_jamadar3 years agoOccasional Contributor
It is compiling the following command:
homeScreen.ImportImageButton.ClickButton().
This was after the else statement which implies that 'pass' worked.
But then, why is it not going beyond that?
It says dlgImportImage does not exist but I do see it in the object browser.