[wtr-general] Re: Error while I try to install WATIR Watir 7.0 Beta 3

2021-07-26 Thread rajagopal...@gmail.com
I fixed this problem. Thanks. On Monday, 26 July, 2021 at 12:50:38 pm UTC+5:30 rajagopal...@gmail.com wrote: > Oh sorry, the aforementioned error is not when I install watir. But while > I am executing the below code > > require 'watir' > > b=Watir::Browser.new > > b.goto 'www.google.com' > >

[wtr-general] Re: Error while I try to install WATIR Watir 7.0 Beta 3

2021-07-26 Thread rajagopal...@gmail.com
Oh sorry, the aforementioned error is not when I install watir. But while I am executing the below code require 'watir' b=Watir::Browser.new b.goto 'www.google.com' On Monday, 26 July, 2021 at 12:49:11 pm UTC+5:30 rajagopal...@gmail.com wrote: > > I am having this error while I try to