I have a scenario where I am fetching one button using find element, if that button exists then it goes to get attribute and save it in a variable viz msp.
But when the button exists then it is giving me this error
Hey,
You can use the element exist activity. The boolean output of this activity can be further used in the if condition. Then you can simply use the get full text activity to get the button text.
Hope this helps…
Please mark it as solution if it helped you…