반응형
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화 하여 사용
반응형
'프로그래밍 > uipath' 카테고리의 다른 글
Uipath Arguments 조작 (0) | 2020.05.19 |
---|---|
Uipath Typeinto Options - Default, SendWindowMessages, SimulateType (0) | 2020.05.19 |
유아이패스 코리아의 디지털 트랜스포메이션 방법론 (0) | 2020.05.19 |
Orchestrator 셋팅 (0) | 2020.05.19 |
UiPath 간단한 프로세스 만들기 (0) | 2020.05.13 |