[wtr-general] Re: click_no_wait, why so inconsistent?

2010-06-30 Thread Jarmo Pertman
Sorry for taking so long to answer, but it might be related with the bug submitted by me http://jira.openqa.org/browse/WTR-446 You could check if that makes any difference. Jarmo On May 24, 8:19 pm, cslumension cslumens...@gmail.com wrote: *high five* Don't know why, and hopefully you'll

Re: [wtr-general] Re: Rich calender how to get value

2010-06-30 Thread Wesley Chen
If you are not sure what you want to do, please try the cases you have. Wesley. For life, the easier, the better. On Wed, Jun 30, 2010 at 1:38 PM, naresh nareshvatsa...@gmail.com wrote: Hi, I am confused in rich calender, i need to click image and then get elements or do like following

Re: [wtr-general] question for ff browser

2010-06-30 Thread kiran yajamanyam
Hi All, To add my question to this thread. i have a scenario when in I have initialized first IE say ie1 where in i have declared a variable SignIn for say SignIn button and When I click on some link it opens a new window and I want to work on that window for which I will use ie2 =

Re: [wtr-general] question for ff browser

2010-06-30 Thread Željko Filipin
2010/6/30 kiran yajamanyam kiranyajaman...@gmail.com signin = ie1.button(:text, SignIn) You could do something like this: def signin(browser) browser.button(:text, SignIn) end signin(ie1).click signin(ie2).click Željko -- watir.com - community manager watirpodcast.com - host

Re: [wtr-general] question for ff browser

2010-06-30 Thread kiran yajamanyam
Great solution :). Thank you very much :) On Wed, Jun 30, 2010 at 6:50 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: 2010/6/30 kiran yajamanyam kiranyajaman...@gmail.com signin = ie1.button(:text, SignIn) You could do something like this: def signin(browser)

Re: [wtr-general] question for ff browser

2010-06-30 Thread Željko Filipin
On Wed, Jun 30, 2010 at 3:27 PM, kiran yajamanyam kiranyajaman...@gmail.com wrote: Great solution The power of ruby :) Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to

[wtr-general] Re: Watir site at stackexchange.com

2010-06-30 Thread Željko Filipin
Update on the proposal: we have 34 followers, 26 to go. Please also submit example questions and vote on existing ones. If you need inspiration for the questions: http://groups.google.com/group/watir-general/topics http://stackoverflow.com/tags/watir http://wiki.openqa.org/display/WTR/FAQ The

[wtr-general] Re: Rich calender how to get value

2010-06-30 Thread Chuck van der Linden
You have to ask yourself how much value you provide to your project by testing some third party tool beyond it's being integrated properly into your product. If it was me, I'd look for the most expedient way to get the value I needed 'set' If the calendar has an input box that accepts my typing