I'm trying to create a web scrapping automation but im unable to do so

What i want to do is
i want to create an automation which will go to specific coin via the link which i will provide in use application browser
in my case the link is this https://gmgn.ai/sol/token/AZzumzqanFUhnRjXtQqWpPoHEXzhwwFJCZwtuK1ipump

then it should go to holders section below

click each holder one by one and copy their win rate
Copy their

Last 7D PnL
Win Rate
PnL
7D TXs

and export it all to excel sheet.

@salesexpermienter

Welcome to the community

Here would be the approach

  1. Use application browser and pass the url to open
  2. For eqch ui element and indicate the holders
  3. Inside loop use click to open and then use get text or get attribute to get values
  4. Then use back button to restore or if the hodlers or still visible without back then just leave

Cheers

1 Like