0

In Tosca default timeout I have mentioned is 35 seconds.So due to that the if condition taking whole 35secs to fails. Isthr way to mention seperate wait for condition alone.

Need to mention seperate wait for Tosca if condition

  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Jun 06 '23 at 10:35

1 Answers1

0

Maybe you could use a while loop including wait inside or outside the if statement.. While loop with wait until the condition is met

H.T
  • 1
  • 1
  • In general, the answer is good, but a better answer will include not only a link but also an example related to the question. – cheparsky Jun 28 '23 at 09:51