Example -1:
Creating script for search in google using robot framework, run on chrome browser.
SeachingChrome.robot


If chrome driver is not installed on your machine, then ‘WebDriver Exception’ throws as you have shown in above image. Then need to set up the chrome driver on your machine.
Configure the Chrome driver
Step 1: Install the browser(chrome) driver from below link
https://chromedriver.chromium.org/downloads

Click on chromedriver.exe file and run.
Output:

Report.html

Log.html

Example - 2:
Creating script for search in google using robot framework, run on Internet Explorer browser.
IESeaching.robot

