Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 407 Bytes

File metadata and controls

13 lines (8 loc) · 407 Bytes

selenium-test

steps to create this project

  1. createa new poetry project poetry new selenium-test
  2. install selenium library poetry add selenium==4.7.2
  3. locate the relevant driver C:\\tools\\chromedriver_win32\\112.0.5615.49\\chromedriver.exe

running simulations

  1. run selenium_test/google.pyfor a simple google search
  2. run selenium_test/buyme.py that start the login process