Skip to content
Advertisement

Scraping etoro with python

I’m trying to use Selenium to automatically connect to my etoro account and get some figures from my portfolio. I work on Google Colab and from now, here is what I have:

JavaScript

However, I have this error message

JavaScript

I have tried to change and use find_element_by_class, by_xpath, etc but I couldn’t find how to do it.

Could you give me a hand here?

Advertisement

Answer

See if this works:-

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement