콘솔워크

Uipath 개발 팁 및 간단 정리 본문

프로그래밍/uipath

Uipath 개발 팁 및 간단 정리

콘솔워크 2020. 5. 19. 11:00
반응형

cannot be found. wrongly identifie일때

make sure the application is visible, change the input methods, check the selector to make sure it is correct


timing problem 일때

time out
element Exists - bollean값을 줄뿐 process에 영향안줌 그래서 while,if로 돌림
find element - element를 찾을 때 까지 automation을 멈춘다.
wait element vanish - element가 사라질때까지 멈춘다.


try catch

  • try - error날만한 일
  • catch - error나면 할일
  • finally - 어쨋건 할일

log message 사용

  • debug할땐 log message를 사용 하자

Invoke 사용

 

  • Invoke - 일련의 workflow를 external화 하여 사용

 

 

 

출처: http://blog.naver.com/PostView.nhn?blogId=cybermax5&logNo=221282484051&parentCategoryNo=&categoryNo=26&viewDate=&isShowPopularPosts=true&from=search

 

반응형