Hi,
I am trying to execute a simple program on Robocorp Cloud but I am getting WebDriver Exception.
***Settings***
Library SeleniumLibrary
***Test Case***
Run My Case
Open Browser http://www.google.com chrome
input text //input[@name="q"] Sandy
Press Keys //input[@name="q"] ENTER
Sleep 2
Capture Page Screenshot
Log to console Sandy
Kindly suggest what is a reason for error as this code is working fine on my local machine.