[wtr-general] Re: unable to access elements in iframe

2010-08-20 Thread chunchu kartheek
html code is very large to post div are having id to them Thanks, Kartheek On Fri, Aug 20, 2010 at 4:18 PM, chunchu kartheek wrote: > hai All, > > I am new to watir i have code like this > > > http://watir.com/support. In short: search before you ask, be nice. You rec

[wtr-general] unable to access element in frame

2010-08-20 Thread chunchu kartheek
Hi All, I have code like this can anyone help me on how to access those elements html code too large so i couldnot post it here thanks, Kartheek -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because

[wtr-general] unable to access elements in iframe

2010-08-20 Thread chunchu kartheek
hai All, I am new to watir i have code like this http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: watir-general@googlegroups.com To unsubscribe: watir-general+unsub

[wtr-general] using regular expression

2010-08-21 Thread chunchu kartheek
Hai, i am having multiple check boxes in a frame i need to select multiples checkboxe i am having checkbox names as checkbox_1 checkbox_2 checkbox_3 and so. can i use regular expression here for names of checkboxe if possible how to do that ie.frame(:id,"frame").checkbox(:name,"checkbox_1" ).set

Re: [wtr-general] using regular expression

2010-08-23 Thread chunchu kartheek
>>> 'for' loop and some code like this: >>> >>> for i in (1..5) >>> >>>str= "ie.frame(:id,'frame').checkbox(:name, checkbox_" + i.to_s >>>obj=eval str >>>obj.set >>> >>> end &

[wtr-general] Testing flex application

2010-09-04 Thread chunchu kartheek
Hi All, Can anyone help me how to test flex apps using Watir I have found that using funfx is needed for flex apps. But i wanna know whether it is compulsory and what needs to be downloaded from funfx. I want to upload a file using flex ThankYou, Kartheek -- Before posting, please read http://w

[wtr-general] using verify method

2010-09-13 Thread chunchu kartheek
Hi , Can anyone help me how to use verify method . I want to verify whether a link exists or not in a page. Want to display error message if does not exist. Thanks in advance Regards, Kartheek -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.