wait = WebDriverWait(driver, 10)
element = wait.until(EC.element_to_be_clickable((By.ID, 'someid')))
'QA > Test Automation' 카테고리의 다른 글
[appium] Permission Element 찾기 (0) | 2021.03.17 |
---|---|
[Appium] Screenshot 구현 (0) | 2021.03.16 |
[Appinum] Python으로 작성을 위한 PyCharm 설치하기 (0) | 2021.02.16 |
[TestNG] Testcase 실행 순서 (0) | 2021.02.04 |
[Appinum] 앱 실행 시 설치 옵션 (0) | 2021.02.04 |
댓글