[wtr-general] Watir cant open IE Window

2013-01-02 Thread Sophia Sunitha
Hi all, I get the following error while trying to open a new IE Window. I am using Ruby1.8.7 and Watir irb(main):003:0 $ie = Watir::IE.new NameError: uninitialized constant Watir from (irb):3 Regards, Sophia -- Before posting, please read http://watir.com/support. In short: search

Re: [wtr-general] Watir cant open IE Window

2013-01-02 Thread Joe Fleck
Hi, Can you post your code? Joe On Jan 2, 2013 6:24 AM, Sophia Sunitha sophia.joac...@gmail.com wrote: Hi all, I get the following error while trying to open a new IE Window. I am using Ruby1.8.7 and Watir irb(main):003:0 $ie = Watir::IE.new NameError: uninitialized constant Watir from

Re: [wtr-general] Watir cant open IE Window

2013-01-02 Thread Željko Filipin
On Wed, Jan 2, 2013 at 12:24 PM, Sophia Sunitha sophia.joac...@gmail.comwrote: NameError: uninitialized constant Watir Please provide the entire IRB session, and watir version. Are you using watir-classic or watir-webdriver gem? The problem could be that you did not require the gem. One of

Re: [wtr-general] Just want some help regarding reading data from excel

2013-01-02 Thread Željko Filipin
On Mon, Dec 31, 2012 at 8:24 AM, rags ragaz...@gmail.com wrote: *unable to locate element, using {:id=a2, :tag_name=input or textarea* *, :type=(any text type)} (Watir::Exception::UnknownObjectException)* The error message says you are trying to access input element with id a2, but it is not