I want to run a Python program on a website opened in Chrome, like in case of JavaScript I can run my code in DevTools. How to do it in case of Python?
Actually what I want to do is that there is some website opened already on chrome and my python script(I have used selenium in the script) wants to do something on that site , How to do this. I don't want to open site also through script but open it manually and then run the script.How can I do this ?