How can i wait for a button to be enabled? #765
-
Im trying to click a button(row:0, col:1) but its disabled when the message Im trying to click on is sent. How can i wait for the button to be enabled before implementing the click? |
Beta Was this translation helpful? Give feedback.
Answered by
younesabouali
Jul 16, 2023
Replies: 2 comments
-
u can run a while loop until the button is enabled? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Damnbuoy
-
sorry im dumb |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
u can run a while loop until the button is enabled?