[wtr-general] Re: Need to generate documentation in Watir using RDOC functionality

2009-04-05 Thread aditi
ing a gem > server. Don't close it. Open a browser to > > http://localhost:8808/ > > and you will see your rdoc. > > Bret > > > > aditi wrote: > > Thanks for the reply. > > > But I am not clear on what I need to do exactly.I entered gem server >

[wtr-general] Re: Need to generate documentation in Watir using RDOC functionality

2009-04-03 Thread aditi
3, 1:58 pm, Željko Filipin wrote: > On Fri, Apr 3, 2009 at 07:49, aditi wrote: > > I want to generate documentation in Watir using RDOC functionality. > > http://rdoc.sourceforge.net/doc/ > > Željko --~--~-~--~~~---~--~~ You received this me

[wtr-general] Re: Need to generate documentation in Watir using RDOC functionality

2009-04-03 Thread aditi
ote: > install the watir gem if you don't have it. > > then run > > gem server > > and hit I beieve it is localhost:8800 with your browser of choice. > > On Apr 2, 10:49 pm, aditi wrote: > > Hi, > > > > I want to generate documentation in Watir using R

[wtr-general] Re: Need to select a option in combo box

2009-04-03 Thread aditi
) did you try searching the group for the phrase "combo box" ? > > 2) did you look at the item with the ie developer toolbar or firebug > to see what class it is? > > 3) what have you tried, and what results did you get > > On Apr 2, 9:15 pm, aditi wrote: > >

[wtr-general] Need to generate documentation in Watir using RDOC functionality

2009-04-02 Thread aditi
Hi, I want to generate documentation in Watir using RDOC functionality.Can anyone tell me how I can do it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to w

[wtr-general] Need to select a option in combo box

2009-04-02 Thread aditi
Hi, I need to select a option in combo box and get selected value .I am not getting any method and type to use for selection of option in combo box.Can anyone please help on this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

[wtr-general] Need to check and uncheck multiple options in a multi select checkbox

2009-04-01 Thread aditi
Hi, I want to check and uncheck multiple options in a multi select checkbox.Can anyone tell me how can I do it in Watir? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, s

[wtr-general] Re: Need to find text of an element using watir

2009-03-26 Thread aditi
I want to find text of all the elements on the page. (button,checkbox,selectionbox,textfield,labels,titles etc) Is there any common method? On Mar 26, 2:53 pm, Željko Filipin wrote: > On Thu, Mar 26, 2009 at 05:32, aditi wrote: > > I want to find text of an element on the page us

[wtr-general] Need to remove one selection from the set of selected options

2009-03-26 Thread aditi
Hi, I want to remove one selection from the set of selected options in a multi-select element. I tried using clearSelection() method but it clears all the selected options.Can anyone help on this? --~--~-~--~~~---~--~~ You received this message because you are sub

[wtr-general] Need to find text of an element using watir

2009-03-25 Thread aditi
Hi, I want to get text of an element on the page.I tried using .text but it works only for selection box. Can anyone tell me some method which I can use to find text of an element on the page. --~--~-~--~~~---~--~~ You received this message because you are subscri

[wtr-general] Need to find text of an element using watir

2009-03-25 Thread aditi
Hi, I want to find text of an element on the page using watir.I tried using .text but it works only for selection box.Does anyone know any method which will giv me text of an element on the page --~--~-~--~~~---~--~~ You received this message because you are subsc

[wtr-general] How can I get Horizontal Position of an element in watir

2009-03-23 Thread aditi
Hi, How can I get Horizontal,Top Position of an element in Watir. Please help --~--~-~--~~~---~--~~ 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.

[wtr-general] How do I get index of a option selected in drop down

2009-03-23 Thread aditi
Hi, I want to get all option indexes (option number, starting at 0) for selected options in the specified select or multi-select element Can anyone help on this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Wa