Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#10 driver path update #11

Closed
wants to merge 1 commit into from
Closed

#10 driver path update #11

wants to merge 1 commit into from

Conversation

abhay8298
Copy link

fixed #10

@tunglinn tunglinn self-requested a review June 19, 2023 02:18
@@ -15,7 +15,7 @@



def get_html(url, driver_path=r"C:\Users\tungl\Downloads\chromedriver_win32\chromedriver"):
def get_html(url, driver_path=r"https://github.com/ParkingReformNetwork/parking-requirement-database.git"):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default chrome driver name is 'chromedriver', so please change the path to that.
Also, add a note in README.md about where to place the chrome driver. If the path is 'chromedriver', then it has to be placed in the same folder as this function.

@abhay8298 abhay8298 closed this by deleting the head repository Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change chrome driver directory
2 participants