-1
AppiumLibrary
과 Robotframwork
으로 작업 중이며 FAIL : ValueError: Element locator '//*[@text="STG"]' did not match any elements
오류가 있습니다.Robotframwork가있는 AppiumLibrary에서 "FAIL : ValueError : Element locator"오류를 수정하는 방법?
**Settings**: Library AppiumLibrary
**Test Cases**: Test Case1
Open Application http://localhost:4723/wd/hub
platformName=Android deviceName=ZY22452GQX
app=/home/keval/Desktop/extra/app-rheem-qa(1).apk
appPackage=com.rheem.econetconsumerandroid.qa
appActivity=com.econet.ui.MainActivity
Click Element id=com.rheem.econetconsumerandroid.qa:id/
activity_login_logo_image_view
Click Element id=com.rheem.econetconsumerandroid.qa:id/
activity_login_logo_image_view
Click Element id=com.rheem.econetconsumerandroid.qa:id/
activity_login_logo_image_view
Click Text text=STG exact_match=False
Click Element id=com.rheem.econetconsumerandroid.qa:id/menu_save
Input Text id=com.rheem.econetconsumerandroid.qa:id/
login_email_text [email protected]
Input Password id=com.rheem.econetconsumerandroid.qa:id/
login_password_text [email protected]
Click Element id=com.rheem.econetconsumerandroid.qa:id/login_button
이 문제가 아닙니다. –
화면 렌더링이 완료 될 때까지 기다리는 것처럼 보이지 않습니다. 오류의 원인이되는 줄 앞에 대기 또는 수면을 추가하면 오류가 사라지나요? –