...
- robotframework and selenium: https://tecadmin.net/setup-selenium-chromedriver-on-ubuntu/
- make sure chromedrive runs in background, if not then run "sudo -i; nohup /usr/local/bin/chromedriver >
/dev/null 2>&1
&"
Note: How to test CSIT before submit the change to csit repo:
...