Karate :Instead of sleep function in karate is there any wait conditions in karate?
In selenium we have explicit wait conditions and in karate is there any feature similar to explicit?
Currently i am using
def sleep = function(millis){}
In selenium we have explicit wait conditions and in karate is there any feature similar to explicit?
Currently i am using
def sleep = function(millis){}
Comments
Post a Comment