How can ı use data scraping with find element activity

I am scraping data on a website, but I cannot pull the data in the parts I need to scroll. I’ve seen forum answers saying that I can use Find element activity for this, but I don’t know how to use it together.
Can you help me ?

They probably mean that Find Element will automatically scroll the page to the element it finds.

However, have you considered setting the zoom level of the browser so scrolling isn’t necessary?

@iremm - Please refer the file for find Element activity.

Main.xaml (33.6 KB)

Happy Learning :slightly_smiling_face:

The project you submitted is not working properly, but I figured out how to fix the problem.
-First of all, I selected the whole screen with Find Element and assigned a variable.
-Later, in the For Each activity, I used this variable.
-And I scrap data in the body. If anyone has the same problem.

I hope this works helps them.
Adsız

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