def contains_text_in_element(self, element, text):
if element.find(text) == 0 :
print("include text in element")
return True
else:
print("not include text in element")
return False
'QA > Test Automation' 카테고리의 다른 글
[appium][iOS] 특정 Element를 찾기 (0) | 2021.05.26 |
---|---|
[Appium][selenium] 엘리먼트 찾을 때 명시적 대기(Explicitly Wait) 주기 (0) | 2021.05.06 |
[Appium_iOS] How to Find Element (0) | 2021.04.27 |
[unittest] Python unittest를 htmlTestrunner로 할 때 줄 바꿈 이슈 해결 (2) | 2021.03.23 |
[appium] Permission Element 찾기 (0) | 2021.03.17 |
댓글