Selenium Testing

instalar

instalar google chrome

sudo apt-get install google-chrome-stable

proyecto

Mi proyecto

Instalar

Chrome Driver

https://tecadmin.net/setup-selenium-chromedriver-on-ubuntu/

Pasos:

Descargarlo

You can find the latest ChromeDriver on its official download page. Now execute below commands to configure ChromeDriver on your system.

sudo mv chromedriver /usr/bin/chromedriver

sudo chown root:root /usr/bin/chromedriver

sudo chmod +x /usr/bin/chromedriver

dependencias

Codigo

Last updated

Was this helpful?