Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 967 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 967 Bytes

Claroty-task

Claroty's home assignment

The task:

Write the below tests using Selenium:

  1. Go to google.com
  2. Search 'Claroty'
  3. Print to console the results number
  4. Make sure that claroty.com is the first result's link
  5. Go to https://www.claroty.com/careers
  6. Print to console the number of carriers

Requirments

In order to execute, you will need the following to be installed on your computer:

Running the program

  1. clone this repo
  2. make sure you have all the Requirments
  3. run main.py