Unable to find different selectors for enable and disable toggle button

Hi,

I am unable to find different selectors for enable and disable toggle button. Both of them show the same selectors

Any suggestions on how to handle this? I need to disable only when the button is enable.

Hi @Krithi1

The general solution is that to check all the attributes of the button when it is enable and when it is disable, compare them, and find out which attributes are different.
Then you can handle that through the difference.