[wtr-general] Re: Firewatir frame problem

2008-11-18 Thread Rajiv
but no breakthrough. Any help on this will be appreciated Thanks Rajiv --~--~-~--~~~---~--~~ 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

Re: [wtr-general] Access to dojopopupmenu2

2010-03-09 Thread Rajiv Nanduani
-- RAJIV KUMAR http://rajivkumarnandvani.wordpress.com/ http://learnqtphelp.blogspot.com/ -- 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

[wtr-general] how to do debug in ruby like qtp step by step

2010-03-12 Thread Rajiv Nanduani
Hi All, I am new to ruby just start learning how can i debug the script by step by step like QTP where u can see the run time value. Or any other tool by which ruby code can debug. Thanks in advance. -- RAJIV KUMAR http://rajivkumarnandvani.wordpress.com/ http://learnqtphelp.blogspot.com

Re: [wtr-general] Re: how to do debug in ruby like qtp step by step

2010-03-13 Thread Rajiv Nanduani
and it is free. On Mar 12, 9:48 am, Rajiv Nanduani rajivkumarnandv...@gmail.com wrote: Hi All, I am new to ruby just start learning how can i debug the script by step by step like QTP where u can see the run time value. Or any other tool by which ruby code can debug. Thanks in advance

[wtr-general] how to compare time 10.30 PM with string 10:30 PM

2010-04-10 Thread Rajiv Nanduani
a contain 10:30 PM that is greater than b but actual result is false a = Time.now.strftime(%I:%M%p) b = 12:40AM puts b puts a b output is false while i need true -- RAJIV KUMAR http://rajivkumarnandvani.wordpress.com/ http://learnqtphelp.blogspot.com/ -- Before posting, please read http

Re: [wtr-general] Re: how to compare time 10.30 PM with string 10:30 PM

2010-04-10 Thread Rajiv Nanduani
, 10:47 am, Rajiv Nanduani rajivkumarnandv...@gmail.com wrote: Hi All,. I am having a problem i need to check a validation the particular game is locked after specified time for that i am getting the time as string from application web page like my string contain s your game will lock

Re: [wtr-general] Re: how to compare time 10.30 PM with string 10:30 PM

2010-04-10 Thread Rajiv Nanduani
' a = Time.now.strftime(%I:%M %p) puts a # returns '5:27 PM' x = Time.parse(10:30 PM).strftime(%I:%M %p) puts x # returns '10:30 PM' puts a x # returns 'true' On Apr 10, 10:47 am, Rajiv Nanduani rajivkumarnandv...@gmail.com wrote: Hi All,. I am having a problem i need to check a validation

Re: [wtr-general] Re: how to compare time 10.30 PM with string 10:30 PM

2010-04-10 Thread Rajiv Nanduani
i think problem with comparison it actually comparing betwwen string not in time i check with this puts b.class # returns string puts v.class # returns string so now i change this string to time object but i do not no how to do this please help on this On Sat, Apr 10, 2010 at 11:56 PM, Rajiv

Re: [wtr-general] Re: how to compare time 10.30 PM with string 10:30 PM

2010-04-11 Thread Rajiv Nanduani
) Time.now # return true So you can use '' method on the Time class directly. please see the book 'rubycook' for more info. 在 Sun, 11 Apr 2010 12:37:40 +0800,Rajiv Nanduani rajivkumarnandv...@gmail.com 写道: i think problem with comparison it actually comparing betwwen string not in time i check

Re: [wtr-general] Re: how to compare time 10.30 PM with string 10:30 PM

2010-04-11 Thread Rajiv Nanduani
still i need to less 5 minute from time how to do that On Sun, Apr 11, 2010 at 5:33 PM, Rajiv Nanduani rajivkumarnandv...@gmail.com wrote: Hi All, Thanks to windy and all finally i got the way to do this require 'time' d = Picks for this day lock at 01:00 PM ET v =Time.parse

Re: [wtr-general] Re: how to compare time 10.30 PM with string 10:30 PM

2010-04-11 Thread Rajiv Nanduani
Thanks a lot now i am clear with this. final end to this thread ;) On Sun, Apr 11, 2010 at 11:46 PM, John Fitisoff jfitis...@yahoo.com wrote: t = Time.now puts t puts t - 300 --- On *Sun, 4/11/10, Rajiv Nanduani rajivkumarnandv...@gmail.com*wrote: From: Rajiv Nanduani rajivkumarnandv

Re: [wtr-general] Issue with accessing an Object in FireWatir

2010-05-17 Thread Rajiv Nanduani
are subscribed to http://groups.google.com/group/watir-general To post: watir-general@googlegroups.com To unsubscribe: watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com -- RAJIV KUMAR http://rajivkumarnandvani.wordpress.com/ http://learnqtphelp.blogspot.com

Re: [wtr-general] Unable to locate element, using :jssh_name (Watir::Exception::UnknownObjectException)

2010-05-18 Thread Rajiv Nanduani
/group/watir-general To post: watir-general@googlegroups.com To unsubscribe: watir-general+unsubscr...@googlegroups.com -- RAJIV KUMAR http://rajivkumarnandvani.wordpress.com/ http://learnqtphelp.blogspot.com/ -- Before posting, please read http://watir.com/support. In short: search before

Re: [wtr-general] watir which version of ruby is the best one

2010-08-25 Thread Rajiv Nanduani
%2bunsubscr...@googlegroups.com -- RAJIV KUMAR http://rajivkumarnandvani.wordpress.com/ http://learnqtphelp.blogspot.com/ -- 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 http

Re: [wtr-general] Re: in `gem_original_require': no such file to load -- win32screenshot (MissingSourceFile)

2010-08-29 Thread Rajiv Nanduani
matter - http://www.itreallymatters.net On Aug 26, 11:56 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Thu, Aug 26, 2010 at 7:50 AM, Rajiv Nanduani rajivkumarnandv...@gmail.com wrote: i try to install the oci8 by using this steps but it did not work Again, how

Re: [wtr-general] Re: in `gem_original_require': no such file to load -- win32screenshot (MissingSourceFile)

2010-09-03 Thread Rajiv Nanduani
of win32screenshot, because there are some bugs which prevent to capture screenshots in some circumstances with the old version. Jarmo On Aug 29, 6:21 pm, Rajiv Nanduani rajivkumarnandv...@gmail.com wrote: thanks to all, Now my problem get solved it was issue with gem version when i

[wtr-general] way to perform double click operation for select list box object item

2010-09-15 Thread Rajiv Nanduani
we have to select the list box item after that use fire_event method $ie.form(:id ,mainForm).select_list(:class, playerTagsByName).select(Jeter, Derek) $ie.form(:id ,mainForm).select_list(:class, playerTagsByName).f ire_event(ondblclick) -- RAJIV KUMAR http://rajivkumarnandvani.wordpress.com

Re: [wtr-general] Re: Trying to test for table data

2010-09-15 Thread Rajiv Nanduani
To post: watir-general@googlegroups.com To unsubscribe: watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com -- RAJIV KUMAR http://rajivkumarnandvani.wordpress.com/ http://learnqtphelp.blogspot.com/ -- Before posting, please read http://watir.com/support

Re: [wtr-general] Re: Trying to test for table data

2010-09-15 Thread Rajiv Nanduani
at top levelin Test for Cell Data Kayaks.rb at line 6 Thank you but still nothing. This is strange :/ On Sep 15, 1:31 pm, Rajiv Nanduani rajivkumarnandv...@gmail.com wrote: hi try this as Z suggested require 'rubygems' require 'safariwatir' browser = Watir::Safari.new

[wtr-general] for editbox Fire_event(onclick) does not work in Firefox while working fine in IE

2010-09-19 Thread Rajiv Nanduani
Hi All, I am facing problem for onclick event fire event method it is not working in firefox(3.5.6) while fine in IE $ie.form(:id ,mainForm).text_field(:id, ItemTagSearchWidgetGameDate) .fire_event(onclick) input type=text readonly=readonly value=click here to pick a game date

Fwd: Re: [wtr-general] for editbox Fire_event(onclick) does not work in Firefox while working fine

2010-09-20 Thread Rajiv Nanduani
-- Forwarded message -- From: Rajiv Nanduani rajivkumarnandv...@gmail.com Date: Mon, Sep 20, 2010 at 1:17 AM Subject: Re: Re: [wtr-general] for editbox Fire_event(onclick) does not work in Firefox while working fine To: Ethan notet...@gmail.com input type=text readonly=readonly

[wtr-general] onclick event fire event method is not working in firefox

2010-09-21 Thread Rajiv Nanduani
(this) style=width: 235px; id=ItemTagSearchWidgetGameDate firewatir (1.6.5) is this bug with firewatir ? -- RAJIV KUMAR http://rajivkumarnandvani.wordpress.com/ http://learnqtphelp.blogspot.com/ -- Before posting, please read http://watir.com/support. In short: search before you ask

Re: [wtr-general] Pop up issue

2010-09-21 Thread Rajiv Nanduani
-- RAJIV KUMAR http://rajivkumarnandvani.wordpress.com/ http://learnqtphelp.blogspot.com/ -- 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 http://groups.google.com/group/watir-general

[wtr-general] Re: onclick event fire event method is not working in firefox

2010-09-23 Thread Rajiv Nanduani
still i m facing this problem and it is not posted in group is something wrong to me ?? On Tue, Sep 21, 2010 at 3:03 AM, Rajiv Nanduani rajivkumarnandv...@gmail.com wrote: Hi All, I am facing problem for onclick event fire event method it is not working in firefox(3.5.6) while fine in IE

Re: [wtr-general] Javascript created div elements

2010-10-06 Thread Rajiv Nanduani
, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.comhttp://groups.google.com/group/watir-general%0awatir-general+unsubscr...@googlegroups.com -- RAJIV KUMAR http://rajivkumarnandvani.wordpress.com/ http

Re: [wtr-general] onclick=return confirm..

2010-10-10 Thread Rajiv Nanduani
://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.comhttp://groups.google.com/group/watir-general%0awatir-general+unsubscr...@googlegroups.com -- RAJIV KUMAR http://rajivkumarnandvani.wordpress.com/ http://learnqtphelp.blogspot.com/ -- Before posting, please read http

Re: [wtr-general] Re: Javascript pop uo using firewatir

2010-11-22 Thread Rajiv Nanduani
/watir-general watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com -- RAJIV KUMAR http://rajivkumarnandvani.wordpress.com/ http://learnqtphelp.blogspot.com/ -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice

[wtr-general] how to get slectlist box option value

2011-02-24 Thread Rajiv Nanduani
option value=ODaytime Phone/option option value=HEvening Phone/option /select Here i need the value property value like M , O , H please suggest how to get this value using watir/ruby -- RAJIV KUMAR http://rajivkumarnandvani.wordpress.com/ http