testbuilder
5 years agoContributor
How to check if a button is Clickable
There is a List of names in a table with pagination on my web page with Previous and Next buttons.
Each page displays 5 results
If there are less than or equal to 5 pages-> Next button is disab...
- 5 years ago
Hi,
Like Robert wrote...
Web applications are extremely inconsistent and may use dozens of different techniques within the same application to do the same thing: set element itself as disabled, set its parent as disabled (or parent of the parent, or...), change applied class during runtime, ...
The most easy and effective way to answer your question is to ask developers about how this button is disabled.
If developers are not accessible then you will have to spend your time investigating differences between the enabled and disabled button (and its parent(s) ) in the Object Browser to find out the proper indicator.