Python Forum
Chrome Extensions - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Chrome Extensions (/thread-12972.html)



Chrome Extensions - austinr - Sep-21-2018

Hi everyone, I'm fairly new to Python but am curious to know if I can use python to automate clicking an extension in my chrome browser and click a button that popups.

The use case is that I'm using an email finder extension (emailhunter, snov.io, etc) and I'm familiar with how to locate elements in HTML using JQuery, and know how to use various products in the market to automate selecting those elements.

I'd like to do the same thing with my chrome extensions. Can I do this with Python. If so, then how would I go about doing it?

Thank you!!!

-Austin

To Add to this, if this is not an option, is there a way to write up something that injects content into the html of certain domains that I am on and interact with that extension?