[wtr-general] Re: How to check row contents?

2009-06-30 Thread Željko Filipin
On Tue, Jun 30, 2009 at 12:53 PM, Prince3105 prince3...@gmail.com wrote:
 This code works good, but sometimes it fails.

How?

 grid   = @ie.frame(:id,fmPending).table(:id,ifgPending)
 So please tell me if any issue on my code.

Try this changing above line to this:

def grid
  @ie.frame(:id,fmPending).table(:id,ifgPending)
end

Željko
--
http://watirpodcast.com/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: How to check row contents?

2009-06-30 Thread Prince3105

Sorry bro,

I forgot to mention the error. Actually the code works good , but it
returns Fail result for some success record insertion.

I need know any other ways are available to check a row contents?

I want to take one complete row then i have to check whether the row
does have the values of  tax_code, tax_code , tax_description
tax_category?

Apart from above code any other codes or functions are available to
check one table's row?

Thanks,

Prince3105


On Jun 30, 3:56 pm, Željko Filipin zeljko.fili...@wa-research.ch
wrote:
 On Tue, Jun 30, 2009 at 12:53 PM, Prince3105 prince3...@gmail.com wrote:
  This code works good, but sometimes it fails.

 How?

  grid   = @ie.frame(:id,fmPending).table(:id,ifgPending)
  So please tell me if any issue on my code.

 Try this changing above line to this:

 def grid
   @ie.frame(:id,fmPending).table(:id,ifgPending)
 end

 Željko
 --http://watirpodcast.com/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---