Web Scraping in uipath

hi everyone
i want to know how can i extract data find just next to outher element in uipath

Hello @layla_Al
First of all, welcome our community

You can use Anchore Base activity
for more details visit this link

Happy Automation

3 Likes

thanks @sandeep13 , for my case i want to extract questions/answers from stackoverflow i used the web scraper for extract questions and urls and save it in csv file, but how can extract accepted answers for every questions …i try to use find Element for test if icon verifed is exist if yes
we must extract answer and adding to file csv . how can i do that in uipath ?

Then what the problem with find element?? you can used “Find Relative Element” …if Icon verified is exist the get text right after that using find relative element

Happy Automation

3 Likes

@sandeep13


this capture what i want to do, i want to extract text surround with red pen
HOW can do that with find relative element …?
can you give me steps plz.?
.

@layla_Al

image

i just checked anchor base activity…it worked on one Question and answer
you will need check and set dynamic selector to work for every screen
might be it will help you Sequence.xaml (7.1 KB)

url ---- https://stackoverflow.com/questions/20407699/php-connect-to-mysql-database

5 Likes

thank you so much @sandeep13 , can you send me your email plz i want to ask you about something :slight_smile:

check you Message box

2 Likes

have you try this

4 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.