[wtr-general] Re: need to access select_list with in a popup

2009-03-27 Thread Željko Filipin
On Fri, Mar 27, 2009 at 03:58, Bret Pettichord b...@pettichord.com wrote:
 Need to
 give you all some reason to read the rdocs.

I was actually looking at http://wtr.rubyforge.org/rdoc/, but did not find
it there. Looks like I will have to look more carefully and browse those
unit tests from time to time. :)

Željko

--~--~-~--~~~---~--~~
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: need to access select_list with in a popup

2009-03-26 Thread sumanth

thanks for the reply Zeljko. the link you sent deals with general
issues of dismissing popups. But here this is a different issue where
i have a select list with in a popup from which i need to select one
item and then click OK.


On Mar 26, 2:56 pm, Željko Filipin zeljko.fili...@wa-research.ch
wrote:
 On Thu, Mar 26, 2009 at 07:33, sumanth anansumanthku...@gmail.com wrote:
      i need to access a select_list with in a popup.

 Take a look at this:

 http://wiki.openqa.org/display/WTR/Pop+Ups

 Also, if you send us the link to the page you are testing, or it's html,
 that would be nice.

 Željko
--~--~-~--~~~---~--~~
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: need to access select_list with in a popup

2009-03-26 Thread sumanth

for example  the dialog box when we try to do RDP from windows box has
a select list containing set of different ip's of previously accessed
machines. we need to select one of them then try to click Connect.

On Mar 26, 2:56 pm, Željko Filipin zeljko.fili...@wa-research.ch
wrote:
 On Thu, Mar 26, 2009 at 07:33, sumanth anansumanthku...@gmail.com wrote:
      i need to access a select_list with in a popup.

 Take a look at this:

 http://wiki.openqa.org/display/WTR/Pop+Ups

 Also, if you send us the link to the page you are testing, or it's html,
 that would be nice.

 Željko
--~--~-~--~~~---~--~~
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: need to access select_list with in a popup

2009-03-26 Thread Angrez Singh
For web application you can do like this:

ie.select_list(:id, 'list_id).option(:id, option_id).select
ie.button(:id, ok_button_id).click

- Angrez

On Thu, Mar 26, 2009 at 4:03 PM, sumanth anansumanthku...@gmail.com wrote:


 for example  the dialog box when we try to do RDP from windows box has
 a select list containing set of different ip's of previously accessed
 machines. we need to select one of them then try to click Connect.

 On Mar 26, 2:56 pm, Željko Filipin zeljko.fili...@wa-research.ch
 wrote:
  On Thu, Mar 26, 2009 at 07:33, sumanth anansumanthku...@gmail.com
 wrote:
   i need to access a select_list with in a popup.
 
  Take a look at this:
 
  http://wiki.openqa.org/display/WTR/Pop+Ups
 
  Also, if you send us the link to the page you are testing, or it's html,
  that would be nice.
 
  Željko
 


--~--~-~--~~~---~--~~
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: need to access select_list with in a popup

2009-03-26 Thread Željko Filipin
On Thu, Mar 26, 2009 at 07:33, sumanth anansumanthku...@gmail.com wrote:
 i need to access a select_list with in a popup.

Take a look at this:

http://wiki.openqa.org/display/WTR/Pop+Ups

Also, if you send us the link to the page you are testing, or it's html,
that would be nice.

Željko

--~--~-~--~~~---~--~~
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: need to access select_list with in a popup

2009-03-26 Thread Angrez Singh
I got that code from unit-tests, so think it is there :)

- Angrez

On Thu, Mar 26, 2009 at 4:11 PM, Željko Filipin
zeljko.fili...@wa-research.ch wrote:

 On Thu, Mar 26, 2009 at 11:38, Angrez Singh ang...@gmail.com wrote:
  ie.select_list(:id, 'list_id).option(:id, option_id).select

 This is implemented (option(how, what))? I did not know that. So cool.


 Željko

 


--~--~-~--~~~---~--~~
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: need to access select_list with in a popup

2009-03-26 Thread Željko Filipin
On Thu, Mar 26, 2009 at 12:20, Angrez Singh ang...@gmail.com wrote:
 I got that code from unit-tests, so think it is there :)

A few days ago I was thinking how something like that would be nice:

http://twitter.com/zeljkofilipin/status/1336645413

Looks like Watir Santa exists, after all. :)

Željko

--~--~-~--~~~---~--~~
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: need to access select_list with in a popup

2009-03-26 Thread sumanth

i can not this popup using ie.attach ( so not a new browser window).
its a  dialog box. i can able to access the window using Autoit.winwait
(title of window)
but after that i am stuck with accessing the select_list in that box.
i can send the keys to that box using send_keys but i want to select
an item through text.

On Mar 26, 4:26 pm, Željko Filipin zeljko.fili...@wa-research.ch
wrote:
 On Thu, Mar 26, 2009 at 12:20, Angrez Singh ang...@gmail.com wrote:
  I got that code from unit-tests, so think it is there :)

 A few days ago I was thinking how something like that would be nice:

 http://twitter.com/zeljkofilipin/status/1336645413

 Looks like Watir Santa exists, after all. :)

 Željko
--~--~-~--~~~---~--~~
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: need to access select_list with in a popup

2009-03-26 Thread Željko Filipin
On Thu, Mar 26, 2009 at 15:38, sumanth anansumanthku...@gmail.com wrote:
 its a  dialog box.

To make this shorter, can you send us the screen shot or anything that would
help us find out what kind of pop up beast are you dealing with?

Željko

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---