Hi. I see the issue. you have something like this: br = Watir::Browser.new.ff it should be br = Watir::Browser.new :ff
You need to remove the period infront of 'ff' and replace it with a colon. Joe On Thursday, August 30, 2012 10:17:25 PM UTC-4, goka priyanka wrote: > > Hello all, > > Please see this video shot http://screencast.com/t/RRgPHxvFwTU and help > me .Iam unable to invoke browser and launch google.com. > > Thanks for your time > pri > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
