pse
4 months agoOccasional Contributor
Find function with retries
Hi, I am trying to design a function for object recognition that allows for retries. Here is my code snippet below: def wait_for_object_with_retries(base_object, find_properties, find_values, depth...