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