Hi Miya,
In case you want to increase the speed with your current solution, just check if you have disabled your logs for the stages in use. They will significantly improve the speed since you must be using those actions in some kind of a closed loop. Second thing, to check would be if you are using any unnecessary anchor stages which you can remove in such a way that your solution workflow remains the same.
In case your speed still doesn't improves much, my suggestion would be to try with a custom Javascript fragment which you can invoke within your web page. In this specific JavaScript code you can define the input parameter as the name of the camp where you want to click and in the script code you can identify based on that name which is element that you want to perform a click operation on using
.click()
function.
There is also a third approach you can try for in case you are not comfortable with Javascript, however it is near hit and miss kind of an approach. You can try to get the entire web page source code or the HTML for that table with the scroller and then once you get the HTML code for it, try to parse that XML into a collection using 'Utility-XML' VBO. The usage of actions will largely depend on your XML schema so I can't really comment on what combination of actions you can use. But you can try to figure that out for yourself once you are able to get the schema. Thing to note is if you see that you are only getting the visible elements because of that scroller then you might need to define a logic where you first get the XML and parse it to a collection and if your defined camp name is not available on that collection, you scroll the area down for 'x' times, note the count of all elements you scrolled and then again repeat the process until you get the link having the camp name you provided. Once you get the desired element, note the count value considering all the prior counts as well and then pass that to your path attribute while performing that click operation.
------------------------------
----------------------------------
Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily
Regards,
Devneet Mohanty
Intelligent Process Automation Consultant
Blue Prism 7x Certified Professional
Website:
https://devneet.github.io/Email: devneetmohanty07@gmail.com
----------------------------------
------------------------------
---------------------------------------------------------------------------------------------------------------------------------------
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.