Reprint please indicate the source, thank you;
Chrome Browser:
1. Download the Chromedriver.exe driver file consistent with the local browser version number from the following address;
Http://chromedriver.storage.googleapis.com/index.html
2. Place the drive file under the Python root path, e.g. D:\Python27;
IE Browser:
1, from the following address download and local selenium version number and operating system consistent iedriver;
Http://selenium-release.storage.googleapis.com/index.html
2. Place the drive file under the Python root path, e.g. D:\Python27;
3, set the page zoom to 100%;
4. Tick the "Start protection mode" in all the zone security mode of IE browser;
Firefox browser :
1, if the local use selenium 2.X version, download the corresponding version of the Firefox browser;
: http://ftp.mozilla.org/pub/firefox/releases/
If you are using selenium3.0, make sure that the download is geckodriver and that the path is in paths. Currently, SELENIUM3.0 supports Firefox version 45 and above.
2, close the agent of the Firefox network;
3, in the Open browser add ff_profile_dir parameter, the value of the parameter is Selenium2library source in the Resources directory firefoxprofile path value;
Robot framework for Web UI Automation testing, browser configuration instructions