Forum Discussion
rraghvani
Champion Level 3
If the property value of "Enabled" is True for button.Image, then the statement is true. Which means it will perform the following,
imageSelector = I_Software.HwndSource_ImageSelector.ImageSelector
button.ClickButton()
imageSelector.SelectAllButton.ClickButton()
imageSelector.OKButton.ClickButton()
else, pass.
What's the exact issue with the conditional statement?
aafreen_jamadar
2 years agoOccasional Contributor
The problem here is that it performs the statements mentioned above if the button is enabled, but terminates the code if it is not.
Related Content
- 3 years ago
- 2 years ago
Recent Discussions
- 4 days ago
- 4 days ago