테스트자동화5 [appium][iOS] 특정 Element를 찾기 self.driver.find_element_by_ios_predicate("label contains 'value") iOS의 경우는 노출되는 텍스트가 변수로 잡히는 경우가 많아서 공통적인 문구를 저렇게 해서 뽑아서 변수로 지정할 수 있다. 2021. 5. 26. [Appium_iOS] How to Find Element Find by Code accessibility id driver.find_element_by_accessibility_id -ios class chain(beta) driver.find_element_by_ios_class_chain -ios predicate string(beta) driver.find_element_by_ios_predicate xpath driver.find_element_by_xpath Attribute Code value element = blur blur driver.find_element_by_xpath(element).get_attribute('value') name element = blur blur driver.find_element_by_xpath(element).g.. 2021. 4. 27. [Appium] Screenshot 구현 save_screenshot() from selenium import webdriver driver.save_screenshot('sample_screenshot_1.png') get_screenshot_as_file() from selenium import webdriver driver.get_screenshot_as_file('sample_screenshot_2.png') 2021. 3. 16. [Appinum] 구조 잡기 1 Appinum+Selenium+TestNG+Maven 로 할 예정임 스케쥴링 테스트 자동화를 위해서 Jenkins를 사용할 예정이며, 코드 작성은 이클립스 메이븐을 위해 언어는 JAVA로 작성할 것임 우선 TestNG를 이클립스에 설치하기 위해서 이클립스 -> Help -> Install New Software.. -> Add에서 해당 URL를 입력해서 설치를 한다. https://dl.bintray.com/testng-team/testng-eclipse-release 2021. 1. 25. 이전 1 2 다음