Selenium code is not able to scrape ofashion.com.cn
问题 I was building a web scraper by using python selenium . The script scraped sites like amazon, stack overflow and flipcart but wasn't able to scrape ofashion. It is always returning me a blank .csv file. Here is my code: from selenium import webdriver from selenium.webdriver.chrome.options import Options import pandas as pd import time user_agent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) ' \ 'Chrome/80.0.3987.132 Safari/537.36' driver_exe =