안녕하세요
모던을 사용하고 있습니다.
웹에서 버튼을 클릭하면 Alert 창이 나옴니다.
Alert 창의 확인 버튼을 클릭하는데 약 15초 정도 소요 됩니다.
옵션은 하드웨어 이벤트를 사용하고 있습니다.
그러나 디버깅으로 실행하면 1초안에 실행 합니다.
왜 런으로 실행하면 더 느린지 알고 싶으며
해결 방법을 알고 싶습니다.
감사합니다
안녕하세요
모던을 사용하고 있습니다.
웹에서 버튼을 클릭하면 Alert 창이 나옴니다.
Alert 창의 확인 버튼을 클릭하는데 약 15초 정도 소요 됩니다.
옵션은 하드웨어 이벤트를 사용하고 있습니다.
그러나 디버깅으로 실행하면 1초안에 실행 합니다.
왜 런으로 실행하면 더 느린지 알고 싶으며
해결 방법을 알고 싶습니다.
감사합니다
Hello @_H1!
It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.
First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.
You can check out some of our resources directly, see below:
Always search first. It is the best way to quickly find your answer. Check out the icon for that.
Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.
Topic that contains most common solutions with example project files can be found here.
Read our official documentation where you can find a lot of information and instructions about each of our products:
Watch the videos on our official YouTube channel for more visual tutorials.
Meet us and our users on our Community Slack and ask your question there.
Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.
Thank you for helping us build our UiPath Community!
Cheers from your friendly
Forum_Staff
Alert 현상을 연구하다 질문이 생겼습니다.
Use application 액티비티를 사용하고 Chromeun API 방식을 사용하고 Timeout 설정은 30초 입니다.
웹을 열고 통신 오류로 인하여 “페이지를 찾을 수 없습니다.” 문구가 나온 뒤 웹 연결에 실패 하였다면
예외는 30초 후에 발생해야 합니다.
그런데 30초 후에도 발생되지 않고 약 몇 분 후에 예외가 발생하는 것을 확인하였습니다.
클래식에서는 이러한 동작을 하지 않습니다. 웹의 상태 보다는 설정된 Timeout 시간에 따라 바로 에러가 작동합니다.
혹시 모던에는 웹이 정상적으로 신호가 왔을때 부터 Timeout 을 확인하는건가요 ?
예를 들자면 request 보내고 response 받고 나서 Timeout 설정이 유효하다
즉 request 보내고 response 값이 전달 되기 까지는 Timeout을 진행하지 않는다 인가요 ?
현재 환경에서 보면 req 값을 보내고 통신 통신 오류가 발생한다면 웹 상의 로딩 대기 시간을 기다린 후
(약 몇분) 웹 로딩이 실패가 나오면 그 뒤 Timeout 30초를 대기하는 것 같습니다.
Alert 처럼 Chromeun API 사용 시 웹에 대한 즉각적인 데이터를 가져오지 못하고 있다고 생각합니다.
단 디버깅 사용 시 해당 문제들은 전부 해결됩니다. (정상 작동)
감사합니다.