P
Pranjal Jain
Hi
I am having a LoadRunner File which I want to run via Ruby Script.
I am trying to execute it proper functioning, but can't.
I am putting the script here; please suggest if i am committing any
mistake.
Script is as follows :
# WinClicker Library of Watir module required
require 'watir/winClicker'
# path of the script is specified
Dir.chdir("d:/Load Runner/gmail") {system("gmail.usr")}
#sleep 25
#wsh.SendKeys('{F5}')
Thankx in advance
I am having a LoadRunner File which I want to run via Ruby Script.
I am trying to execute it proper functioning, but can't.
I am putting the script here; please suggest if i am committing any
mistake.
Script is as follows :
# WinClicker Library of Watir module required
require 'watir/winClicker'
# path of the script is specified
Dir.chdir("d:/Load Runner/gmail") {system("gmail.usr")}
#sleep 25
#wsh.SendKeys('{F5}')
Thankx in advance