Desktop application checkbox issue
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023
12:21 AM
02-09-2023
12:21 AM
Desktop application checkbox issue
I am not able to check checkbox for desktop application ,getting following error
checkboxBrazil.ClickButton(cbChecked);
The check box was clicked, but the specified state was not set up .
Solved! Go to Solution.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023
12:43 AM
02-09-2023
12:43 AM
Instead of clicking the checkbox, maybe you could set it as checked by using "set_item" or "wState [Set]"
This is how I deal with most checkboxes, hope it works for you.
Ex.
Set item is in a grid, it uses col and row to find the cell to change
wState checks the namemapped item to true or false
