If 조건으로 분기 하는데 시간이 너무 오래 걸립니다

안녕하세요 바로 질문 드립니다.

if 액티비티로 조건 만들고 실행시키는데 에러 인줄 착각이 생길 정도로 참/거짓 판단이 너무 오래 걸리는데,

시간을 단축 시키는 법은 없을까요?

if 아래 클릭 액티비티를 넣었는데 timeout을 300000s로 설정했는데 이것때문일까요?

timeout을 줄일 수 는 없는데… 다른 방법이 있을까요?

Hi @itta

Can you elaborate on your task and tell us what output you get and what is expected .

Maybe the timeout in click reason for the process delay

Regards
Sudharsan

if 와 click 사이에 log message 넣어보셔서 if가 문제인지 Click 문제인지 우선 확인 해보시고 Click 유효성 검사도 체크해보세요

Try with message box instead you can know the result immediately in the dialogue box

And for the click, you can check the selector by opening the edit selectors or Open UIExplorer

Hope this helps

Regards
Sudharsan