Hello,
I have been working on a workflow. Now I am trying to get data of a telegram bot so I can process that later. I have been able to extract the data from one single element. But I want all the elements on screen.
As you can see I have multiple URLs on the screen. I to extract all of the links so I can use them later in a loop. But I can only extract one (this with the selector and a *).
I have tried find childeren but I didnt get any output from that. The elements are practicly the same only Xpath has a different route. But I didnt manage to get multiple URLs out of it.
Has anyone an idea how to extract data from multiple elements (which are the same)?
Thank you
- Arjen