Katalon recorder try multiple selectors

70 Views Asked by At

Inside one of the steps I have multiple tags like

<option>link=storage locker for ${uniqueName}</option>
<option>//a[contains(text(),'storage locker for ${uniqueName}')]</option>

I noticed that depending on the browser OS the second version works better. Is there a way to force Katalon to try each option?

0

There are 0 best solutions below