I am working on a POC where I want to monitor a webpage, if a defined text appeared on the webpage ("Your claim submitted: C-12345 ") should trigger an automation or set of instructions.
I tried to build a trigger scope and at the trigger I identified a text element on the webpage.
When I execute this script & reached to a stage where above message is available, script still not able to detect it.
Is there any dependencies when you are dealing with triggers?
I used Form libraries.
Please let me know if you have faced the same challange.
Element State Change Trigger is not available to me, maybe I need to use lower version. I am using Application Event Trigger. Please let me know which version you are using where you are getting “Element State Change Trigger”?
What is your studio version :
Answer : UiPath Studio Version 2023.4.4
Can you show the screenshot of the configuration what you have done:
Answer : Can not paste screenshot but here are the steps i followed:
2.1. Created a blank process.
2.2 Under main sequence, created a trigger scope with a trigger as “Application Event Trigger” (Local Trigger).
2.3 Identified an object which is a pega based element with inner text.
2.4 Configured event type as “Appeared”.
Also did you happen to hit run ? Or are you waiting for the trigger process to start automatically without running?
Answer : Yes, I am running above mentioned process and creating a claim which will appeared on the webpage. Basically it will satisfy the criteria mentioned in Step# 2.3.