I want to extract a text on website as below picture. When has an error in Try Block ( such as: the text not found ), the activity in Catch block will be executed ( show Warn message )
But in my workflow, the activity in Catch block not run.
I have tried to use Element Exists for test… I think if it not found text, then the activity in Catch Block will execute. But in my workflow, it not run .