Forum Discussion

kflood's avatar
kflood
Occasional Contributor
3 years ago
Solved

Clicking on disabled buttons to verify if nothing happens returns error

Hello,   I'm trying to verify that if you click on a button that is visible but disabled nothing happens. If I use .ClickButton(), this will result in an error as the button is disabled. If I use ....
  • hkim5's avatar
    3 years ago

    this method would not be as functional,

    but you could do a property checkpoint on that button (property being .Enabled = False )