added Hasaki crawler

This commit is contained in:
Shariar Imtiaz 2024-04-03 12:38:50 +04:00
parent b9e4ac73f6
commit c8c3460709
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def get_raw_product_data_selenium(url):
#op.add_argument("--lang=en-GB") #op.add_argument("--lang=en-GB")
op.headless = False op.headless = False
driver = uc.Chrome(service=Service(ChromeDriverManager().install()), options=op) driver = uc.Chrome(version_main=123, options=op)
driver.get(url) driver.get(url)