I have made a chrome extension which scrapes data from a particular website and stores it in a HTML file. The scrapping code is written in python file using selenium web driver. I want to run python file on clicking a button in chrome extension.
I have made a chrome extension which scrapes data from a particular website and stores it in a HTML file. The scrapping code is written in python file using selenium web driver. I want to run python file on clicking a button in chrome extension.
Comments
Post a Comment