Updated the python file by making to work on any system#7
Open
anirudh-hegde wants to merge 2 commits intoTeeWrath:hackathon-apifrom
Open
Updated the python file by making to work on any system#7anirudh-hegde wants to merge 2 commits intoTeeWrath:hackathon-apifrom
anirudh-hegde wants to merge 2 commits intoTeeWrath:hackathon-apifrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey @TeeWrath,
chrome_path = "/path/to/google-chrome" # Insert the file path of Google Chrome on your system
chromedriver_path = "/path/to/chromedriver" # Insert the file path of ChromeDriver on your system
Replace "/path/to/google-chrome" with the actual file path to the Google Chrome executable on your system, and "/path/to/chromedriver" with the actual file path to the ChromeDriver executable on your system. Ensure that you have downloaded the compatible version of ChromeDriver for your Google Chrome installation.
I hope this can work on any system