Web Scraping with Electron
The main window being intended for the user interface of your application, it is possible to display a web page in a . Here is an example to extract the internet links contained in a page :
Electron can open other browser windows. Here is the code of the file that responds to this event:
The HTML code is transmitted to the main program which can send it back to the main window for link extraction :
A functional application is available if you want to go further and perform some tests : Sample Web Scraping With Electron.
Source: en.jeffprod.com