You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a situation where I need to do extra click ONLY if some message is displayed. It might appear and might not. What I need is basically an IF statement without asserting the actual numbers of elements. I tried
When I find $comparisonRule $number elements by $locator and for each element do$stepsToExecute
and
When I find $comparisonRule $number elements by $locator and for each element do$stepsToExecute
But they perform an assertion of elements by locator
The text was updated successfully, but these errors were encountered:
There is a situation where I need to do extra click ONLY if some message is displayed. It might appear and might not. What I need is basically an IF statement without asserting the actual numbers of elements. I tried
When I find $comparisonRule
$number
elements by$locator
and for each element do$stepsToExecuteand
When I find $comparisonRule
$number
elements by$locator
and for each element do$stepsToExecuteBut they perform an assertion of elements by locator
The text was updated successfully, but these errors were encountered: