Posts by Jones Vieira • 36 points
1 post
-
2
votes1
answer384
viewsA: Python: Web Scraping in Dynamic Page
Try this code, I made it here quick to test and it worked: # -*- coding: utf-8 -*- from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support.ui…
python-3.xanswered Jones Vieira 36