cara memperbarui otomatis chromedriver selenium python

import chromedriver_autoinstaller

chromedriver_autoinstaller.install()  # Check if the current version of chromedriver exists
                                      # and if it doesn't exist, download it automatically,
                                      # then add chromedriver to path

# Subscribe Code With Swarnim
# YouTube.com/CodeWithSwarnim
Code with Swarnim