Notes on setting up the robot framework Environment

Source: Internet
Author: User

Distinguish between 1.32-bit and 64-bit

2. The selenium2library library is installed with the dependent libraries selenium and decorator. It is best to use pip for installation, because Pip will automatically install the dependent libraries.

3. If the company uses proxy to access the Internet through the Intranet, RF cannot identify the IE configuration. You need to use the proxy. Pac script to implement proxy access.

Configuration Methods: Internet tools, Internet Options, connection, LAN Settings

Check the use of the automatic configuration script file: // C:/Proxy. Pac ------ script storage path note slash

My proxy. PAC for your reference

Function findproxyforurl (URL, host ){
If (shexpmatch (URL, "* reliance *")){
Return "direct ";
}

Else if (shexpmatch (URL, "* 10 .*")){
Return "direct ";
}

Else if (shexpmatch (URL, "* Asiainfo *")){
Return "direct ";
}

Return "proxy proxy.asiainfo.com: 8080 ";
}

4. ie, tools, Internet Options, and security

Do not select enable protection mode for any of the four sites]

Notes on setting up the robot framework Environment

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.