Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > How to recognize object

Reply
Thread Tools

How to recognize object

 
 
Krishna Polasi
Guest
Posts: n/a
 
      07-30-2008
Hello,
I want to automate my flex application, and i found that Funfx and Ruby
is the best one to automate a flex application. I was able to recognize
text and button as well combobox but i am not able to recognize the
checkbox, radiobutton etc...

The way how i recognized the textinput, button and the combobox is

@ie.combo_box("assetType").select(:item_renderer => "UGC")
@ie.text_area("assetText").input(:text => "1376869")
@ie.button("update").click


can any one suggest me the same way how i can use radiobutton, checkbox
etc.....
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Object creation - Do we really need to create a parent for a derieved object - can't the base object just point to an already created base object jon wayne C++ 9 09-22-2005 02:06 AM
Wireless Won't Recognize in Range Networks =?Utf-8?B?cmF2ZW53aW5ncw==?= Wireless Networking 0 12-17-2004 10:23 PM
Compilier will not recognize DataSet object. Dave ASP .Net 9 06-26-2003 12:27 PM
Re: Compilier will not recognize DataSet object. Natty Gur ASP .Net 0 06-25-2003 11:58 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57