Python Forum
Selenium extract id text - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Selenium extract id text (/thread-27641.html)



Selenium extract id text - xzozx - Jun-15-2020

Hello, I am a beginner in programming and I decided to start with python, I am trying to extract statistics from the flashscore.com website, all games on the homepage have id = "g_1_code", example id = "g_1_V156ds23", I wanted to take only what comes next g_1_, to be able to put my bot to access the game page, can someone help me?


RE: Selenium extract id text - Larz60+ - Jun-15-2020

I suggest that you run through snippsat's web scraping tutorials on this site.
They only take a short period of time to complete and will give you the basics.
web scraping part 1
web scraping part 2