Phạm Huy Hoàng

Results 4 comments of Phạm Huy Hoàng

` try: if not wait_until_xpath_clickable_then_click("//*[text() = 'Get']"): raise TypeError("Unable to find 'Get' button") except: print("Failed to click on 'Get' button. Using parent element workaround... ", end='') if not wait_until_xpath_clickable_then_click("//*[text() =...

![image](https://user-images.githubusercontent.com/51730524/108709069-d19ec000-7544-11eb-81a4-47b4374ddace.png)

having same issue which show play/pause when trying to capture image on iOS only and above solutions didn't work for me