Hi,
I have a web site URL, where every day I will find many links to download files ( 1 day -3 links, another day -5 links). so every day I want to download all the available links. Please help. I have done POC on downloading of a file already.
Hi,
I have a web site URL, where every day I will find many links to download files ( 1 day -3 links, another day -5 links). so every day I want to download all the available links. Please help. I have done POC on downloading of a file already.
@vaidhis_temp
it depends on how the links are presented:
Maybe you can share some more details on your case with us e.g. with screenshot on the offered links
I have a UIPath.Core.UIElement and I want loop through all the Childrens of the UIElement, can you help.
please elaborate more on it and help us to understand what was all done so far
find children returns a collection of UiElements. Are you referring to this?
for each activity type argument set to UiElement or depending on your case, we can do with LINQ
Yes Find Children returns List of UIElements. I want to get the childrens of each element.
which children?
Children of each element of Find Children Output
Let us do one thing to avoid ping-pong conversations:
Find children with a filter to an element and a setting to Findscope_Descendants will find all a elements (Links) and returns it as an IEnumerable(Of UiElement)
we can iterate with a for each activity (Type Argument set to UiElement)
As we had mentioned this already above so, let us know your case specifics with a detailed description in case of your need some further assistance. Thanks for support
Thanks. Got It.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.