what selector or activity use to make UiPath studio to wait till splunk search to complete. any leads / suggestions would be appreciated.
you can use the “Element Exists” activity in combination with a suitable selector
Use the UiExplorer tool to select the element that appears or changes when the Splunk search completes.
Use a “Wait Element Vanish” activity:
- Selector: Specify the selector for the element that disappears when the search is complete.
- Timeout (milliseconds): Set an appropriate timeout value.
You can use the Element Exists activity with a suitable selector to wait for a specific element or condition in your Splunk interface to indicate that the search has completed.
The Element Exists activity will wait until this element becomes available before proceeding with the automation.
cheers…!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.