How to check Next button enabled or disabled?

kiss4344

Member
I am working with datatables.net website automation, requirement is to copy all the table values by clicking NEXT button(each page 10 rows). In last page Next button is non-clickable so my process needs to end after getting last table values.

Can someone let us know how to differentiate Next button enabled and Disabled and how to implement this check in my process?
 

Sukesh Kumaru

Active Member
I think there is an attribute in Application Modeller to check the spied button element status i.e Enable or Disabled.
 
Yes, can be done.
There need to be a loop / decision box to check if the 'next' button exists, if exists, then proceed, if not then end process.

Regards
ElGuapo
 
Top