kasjan_to
kasjan_to
Hi, I've wanted to ask - if there is a possibility to slow down click events? And if so, how? I don't want to use regular time.sleep() methods, but maybe...
Hi, I've created simple methods for locating elements in WPF application. I simply used WebDriverWait which looks like this ` try: wait.until(EC.presence_of_element_located((By.ID, element))) except Exception as error: print(error) ` The...
Hi, Like in the title - I've added WinAppDriver as a task into azure stage to not use simply python method with os.startfile. But the problem is that process is...