- 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.py
for a simple google search - run
selenium_test/buyme.py
that start the login process