Vincent Falcone
Results
1
comments of
Vincent Falcone
This is the implementation I'm going with: ``` def wait_until_one_of_visible(elements: List[Element], timeout=4): """Waits until one of the elements are visible Args: elements (List[Element]): The elements to check timeout: Amount of...