QA/Test Automation
[appium][iOS] 특정 Element를 찾기
화뉘
2021. 5. 26. 09:22
self.driver.find_element_by_ios_predicate("label contains 'value")
iOS의 경우는 노출되는 텍스트가 변수로 잡히는 경우가 많아서 공통적인 문구를 저렇게 해서 뽑아서 변수로 지정할 수 있다.