0

with FLUTTER :)

I would like to retrieve the text that is displayed on the screen when I load a page on a website in order to be able to analyze it

I would like to be able to do it with webview_futter (or an equivalent) because the website I want to check ask to enter username and password (only the first time)

Does someone here know how to do it and have time to help me ?

Thank's a lot for your help

Pierre

  • Hello Sir, I think the topic you should be looking into is web scrapping. An example in flutter would be https://www.google.com/amp/s/www.geeksforgeeks.org/web-scraping-in-flutter/amp/ – DEFL Jun 25 '23 at 19:22
  • Thank's a lot but I already have test this example but it do not work in my case because I need to connect one time on the website using webview_futter to authentificate ( user name + password + securitty) and after having make it one time I can have access to the page I want to scrapp because I have got cookies from the website This is the reason why I would like to use webview_futter (or an equivalent) – Pierre jean Jun 25 '23 at 19:32
  • 1
    I understand. If login can be done by the user something like this should work? https://www.appsloveworld.com/flutter/100/48/flutter-scraping-a-site-with-javascript-generated-content-without-darthtml / https://gist.github.com/fredriccliver/97f98965d765107086ea045ee7c7909b – DEFL Jun 25 '23 at 19:52
  • could you post again your link complete because the link here does not work unfortunatly – Pierre jean Jun 25 '23 at 20:21
  • 1
    Minor nit. "scrapping" is "to scrap", like discard. "scraping" is "to scrape" like extract information from. I chuckle at "web scrapping" as in, throw the web away. :) – Randal Schwartz Jun 25 '23 at 20:28

0 Answers0