How to check button is disabled
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022
03:49 AM
11-24-2022
03:49 AM
How to check button is disabled
Hi all,
I want to check during my test that when a field is set to one thing,
the save button is disabled.
I'm not sure how to do this, and haven't been able to find any questions on it.
I was thinking something like:
Object.IsEnabled(false)
Thanks!
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022
06:25 AM
11-24-2022
06:25 AM
Use the Object Spy tool to check the properties of the button, which will show whether the button is enabled or disabled, and read About Property Checkpoints.
