TO be specific, I want to make a Python web crawler that uses a plugin on Chrome called "Adapt Prospector," which allows you to find people's emails once you land on their linkedin page. Here is an example of what I mean:
https://i.postimg.cc/DyxWzxWJ/example_pic.png
You first go on the person's linkedin page, then click the plugin logo on Chrome's extension bar, then the plugin will show you the linkedin profile's email (if there is one).
Basically, I want to create a program that goes to a person's linkedin page, then clicks the plugin logo on the extension bar, then scrapes the data the plugin is showing.
I definitely know how to do the first part, but I'm not sure if the last 2 parts are possible. I searched extensively on if its possible to make a web scraper that uses a plugin, but I haven't found any "yes" or "no" answers to this.