DEV Community

Discussion on: Automated Dapps Scrapping with Selenium and Metamask

Collapse
 
ltmenezes profile image
Leonardo Teixeira Menezes

Hey Federico, good to know that this article is helping you, thanks for the feedback!
This kinds of issues might happen because the behaviour of the extension might differ depending on the metamask extension version.
In these cases the best approach is to use some python debugger (such as IPDB) to stop the code for you to find exactly what is different in your version, most times you only need to do some minor changes.
Just followed you, feel free to drop a DM if you still have the issue!