Recode-Hive / Scrape-ML

For new data generation Semi-supervised-sequence-learning-Project we have writtern a python script to fetch📊, data from the 💻, imdb website 🌐 and converted into txt files.
https://scrape-ml.streamlit.app/
MIT License
80 stars 117 forks source link

[Error Solved] 'executable_path' #172

Closed SurajSanap closed 3 weeks ago

SurajSanap commented 3 weeks ago

Related Issue

171

Description

This PR addresses the issue related to the executable_path parameter used in the Selenium WebDriver initialization. The error encountered was due to the deprecated use of executable_path when setting up the Chrome WebDriver, leading to a traceback error during script execution. The fix involves updating the Selenium WebDriver initialization to use the recommended Service class from selenium.webdriver.chrome.service along with webdriver_manager for automatic driver management.

Type of PR

Screenshots / videos (if applicable)

Screenshot 2024-06-06 142729

Checklist:

github-actions[bot] commented 3 weeks ago

Closed by PR #173

sanjay-kv commented 3 weeks ago

That didnt fix the error.

image