Webpage workflow 3 options

Hi all,

I am new to this and I hope I posted this in the correct sections. Working with the community version.

I am using a workflow via the browser and when I enter my product details based on the product the next window can be 3 different pages so to say. I tried element exists (check app state) but it has only two options.

Thank you in advance for your support.

@Evgeniy_Kolychev
Welcome to the forums

a common strategy is to check e.g. a page line / header with a get text. Based on the text content we can fork the case specific processing with the help of a switch acitivy

  • get text - strMarker
  • Switch on strMarker - TypeArgument: String
    • case X, Y ,Z implementations