Ubuntu Installation Selenium

Source: Internet
Author: User
Tags root access


1. Install python Ubuntu usually comes with Python, you can view the Python version with the following command:
python–version

If Python is not installed, you can install Python with the following command:
Sudo apt-get Install python 2, installation seleniumSelenium can be installed directly using the Python PIP tool, using the following command:
Pip install–u Selenium

Note: Installing selenium requires root access, which may cause the installation to fail.
If the PIP is not installed, you can install it using the following command:
Sudo apt-get Install Python-pip

Verify:
Use Terminal (terminal) to open Python for verification:
From Selenium import webdirverDriver = wevdirver. Firefox ()Driver.ger (' http://www.baidu.com ')

Selenium's own webdriver does not support chrome and requires a separate download of chromedriver.
3,chromedriver Chromedriver can be downloaded in https://code.google.com/p/selenium/wiki/ChromeDriver, There is also a location guide on the page and different systems need to be placed.

Note: Ubuntu under Chromedriver can be placed directly under the/usr/bin directory;
chromedriver A total of 4 versions, You can choose the version you want.
in-Wall link: Http://yunpan.cn/cKAdEhx3KVhUB Extract code Deae

Ubuntu Installation Selenium

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.