Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 682 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 682 Bytes

Workshop_Automation

  1. Install Google Chrome
  2. Install Pycharm Community Edition (Atentie! Butonul Negru): https://www.jetbrains.com/pycharm/download/
  3. Install Python https://www.python.org/downloads/
  4. Deschide Pycharm -> New project -> Create
  5. Click dr pe nume proiect -> New -> Python file -> login_test
  6. Copiaza aici continutul testului login_test (il gasiti mai sus)
  7. Click pe 'selenium' subliniat cu rosu, click pe bec, selecteaza Install package
  8. Click dreapta pe fisier si RUN
  9. Voila!

Troubleshoot pt. pct. 7
In terminal scrieti 'pip install selenium'
sau 'py -m pip install selenium'