Hi,
I have a webpage which I want to automate.
On this page there is 2 buttons 'Start' & 'Stop'
Either button can be 'greyed out'. Both cannot be greyed out.
'greyed out' 'Start' button means the services are already running.
'greyed out' 'Stop' button means the services are already stopped.
I want to write a flow to stop the services.
I only want the flow to run if the 'Stop' button is NOT 'greyed out'.
How can I test if the button is 'greyed out'?
In the attached photo the 'Start' button is 'greyed out' and the 'Stop button' is not 'greyed out'.
Please be aware that I'm just starting in Power Automate.
As a simple example, I logged onto the application via its web page using the recorder function and inserting some time waits.