Feature Requests
New Feature - Conditional Logic
over 7 years ago by Felix Walne
It would be great to introduce conditional logic for the steps, for example
if (element.isPresent)
// do step
else
//do step
It would be great to introduce conditional logic for the steps, for example
if (element.isPresent)
// do step
else
//do step