Bilal-io/Selenium-Screenshot-Script

Wrong comment about cross platform

Eptick opened this issue · 1 comments

You have a comment here

# This will work for any Desktop OS (Windows, MacOS, Linux Desktop)

That says that this will work on all system and it won't since you have hardcoded the path to the chromedriver here
with webdriver.Chrome("C:/chromedriver_win32/chromedriver") as driver:

People will get confused.

Thank you @Eptick, you're right, fixed now.