How to read text one by one from web and store in a variable

Hi,

I am trying to read a text from web and store it in a variable and display using message box,
Please help me out.

Hello @subash

Use data scraping, than use a loop and display your data on your message box…

2 Likes

hi @mz3bel,
while im using data scraping it will miss some data, i need to know with out using data scraping

Thank you

@subash

I think in your case, the best way is data scraping. Just work on your selectors, you will get all your data you need, i can’t do much since i don’t have access to the web page, sorry !