Hello all
Having problems extracting the full table from this link:
https://www.dextools.io/app/bsc/pool-explorer
sample table
The difficulties:
- The table updates in real time so is constantly changing.
- Extract Data From Web Page only gets the first 17 rows or so.
- The table is paged, but the user doesn't have to change the page. Scrolling is enough, and the paging is automatic.
- The "Actions" column have multiple links and they're in different order.
- The "Contract Details" column is the most difficult one. The possible values are:
* No data (record if it appears)
* Plus Sign (record only if lighted up)
* Lock Sign (record only if lighted up)
* Cubes Sign (record only if lighted up)
* Money Sign (record only if lighted up)
How can we extract the full table?