Claroty's home assignment
Write the below tests using Selenium:
- Go to google.com
- Search 'Claroty'
- Print to console the results number
- Make sure that claroty.com is the first result's link
- Go to https://www.claroty.com/careers
- Print to console the number of carriers
In order to execute, you will need the following to be installed on your computer:
- python 3
- python selenium (
pip install selenium
, for more info see here: https://selenium-python.readthedocs.io/installation.html) - google chrome
- google chrome webdriver (get it here: http://chromedriver.chromium.org/downloads. Make sure it's the same version as your own chrome browser's version), download and put the exe file in chromedriver folder (Currently the folder contains chromedriver corresponding to version 73 of chrome)
- clone this repo
- make sure you have all the Requirments
- run
main.py