- createa new poetry project
poetry new selenium-test - install selenium library
poetry add selenium==4.7.2 - locate the relevant driver
C:\\tools\\chromedriver_win32\\112.0.5615.49\\chromedriver.exe
- run
selenium_test/google.pyfor a simple google search - run
selenium_test/buyme.pythat start the login process