Re: [wtr-general] Re: New (minor) version of the book

2011-09-23 Thread Aditya
Great Book !!! On Fri, Sep 23, 2011 at 1:42 PM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > On Thu, Sep 22, 2011 at 8:42 PM, Super Kevy > wrote: > > The book is awesome for a Work in progress. > > Thanks. > > > > Will you ever consider describing how to configure some IDEs to run >

Re: [wtr-general] Re: Jssh Socket error

2011-07-21 Thread Aditya
> To maximize the IE browser, try this: > > > > require 'rubygems' > > require 'Watir' > > > > ie = Watir::IE.new > > ie.goto("http://www.google.com";) > > ie.maximize > > > > For other browsers, I am t

Re: [wtr-general] Re: Jssh Socket error

2011-07-08 Thread Aditya
Thanks for the information. But what about the rest i asked for? How can i maximize the browser and the rest? And Also i want to pass the browser as a parameter and at run i can verify for IE,Firefox and safari. So i planned. I worked on this earlier but now the solution is specific to fire fox. i

[wtr-general] Re: Unable to Maximize the IE 8, Received error while executing the script

2011-07-05 Thread Aditya
Please let me know this how to overcome this. On Tue, Jul 5, 2011 at 5:44 PM, V wrote: > Hi, > > My script Opened the browser. Navigated to Google.Tried to Maximize > the browser(IE 8). > Below error Came while i executed the script. > > Watir Version:1.9.1 > > Please let me know. > > UiaDll: Co

Re: [wtr-general] Re: Jssh Socket error

2011-06-19 Thread Aditya
Yes , i was with FF 3.6.10 version earlier and now as well. On Sat, Jun 18, 2011 at 10:16 AM, Chuck van der Linden wrote: > > > On Jun 16, 2:32 am, Aditya wrote: > > 15 days back i invoked FF and i updated the watir version yesterday then > it > > was not working. Does

Re: [wtr-general] Re: Jssh Socket error

2011-06-16 Thread Aditya
15 days back i invoked FF and i updated the watir version yesterday then it was not working. Does it so? How do i resolve? So plz help me in this. what is OP? On Thu, Jun 16, 2011 at 2:39 AM, Chuck van der Linden wrote: > On Jun 14, 3:02 am, V wrote: > > Hi , I am also facing the same issue.B

Re: [wtr-general] Re: Identify Flash Objects - to write

2011-02-25 Thread Aditya
Thanks guys for more valuable info. On Fri, Feb 25, 2011 at 10:03 AM, Chuck van der Linden wrote: > learn to assist yourself. > > http://lmgtfy.com/?q=flash+watir > > On Feb 24, 4:15 am, V wrote: > > How do i identify flash objects as my firebug does not display > > those.Any add-on for flash o

Re: [wtr-general] Problem in installing Flash Watir

2011-02-24 Thread Aditya
PM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > 2011/2/24 Aditya > > > Any specific process to install the specific gem. > > Download gem, open command prompt in folder where gem is downloaded, type: > > gem install gem_name > > (replace g

Re: [wtr-general] Problem in installing Flash Watir

2011-02-24 Thread Aditya
Any specific process to install the specific gem. How do i? On Thu, Feb 24, 2011 at 2:24 PM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > On Thu, Feb 24, 2011 at 8:10 AM, V wrote: > > While installing Flash_watir gem i received following exceptions > > Flash Watir is not active sinc

Re: [wtr-general] Need to get/retrieve value

2011-02-22 Thread Aditya
:) Thanks :) . On Wed, Feb 23, 2011 at 2:52 AM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > On Tue, Feb 22, 2011 at 6:15 PM, Aditya wrote: > > So do we have any gem atleast once the page is loaded can we get the > value after page is displayed? > > How man

Re: [wtr-general] Need to get/retrieve value

2011-02-22 Thread Aditya
age > > Hopefully that can help you > > > On Tue, Feb 22, 2011 at 5:30 AM, Aditya wrote: > >> Thanks for the valuable information. >> >> Can i use rmagick gem in order to validate the captcha? >> and can i use it in watir? >> >> >> >&g

Re: [wtr-general] Need to get/retrieve value

2011-02-22 Thread Aditya
Thanks for the valuable information. Can i use rmagick gem in order to validate the captcha? and can i use it in watir? On Tue, Feb 22, 2011 at 3:50 PM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > On Tue, Feb 22, 2011 at 11:17 AM, Aditya wrote: > > How do we han

Re: [wtr-general] Need to get/retrieve value

2011-02-22 Thread Aditya
So can we use any gem for this to capture ? How do we handle in terms of automation? As i need to do automation for the prj, how can i over come this situation? On Tue, Feb 22, 2011 at 3:01 PM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > On Tue, Feb 22, 2011 at 10:28 A

Re: [wtr-general] Need to get/retrieve value

2011-02-22 Thread Aditya
the value in that image to capture but how? -- v On Tue, Feb 22, 2011 at 2:49 PM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > On Tue, Feb 22, 2011 at 9:09 AM, Aditya wrote: > > src="GetImage.aspx?Rand=6162636" > id="ctl00_MainContentPlaceHolder_imgCapt

[wtr-general] Need to get/retrieve value

2011-02-22 Thread Aditya
Hi, My Source is : ** i need to get the value in the image. How can i proceed/handle this? This is the first requirement as i need to login to the application and proceed to do automation. -- Regards, V -- Before posting, please read http://watir.com/support. In short: search before you ask,

Re: [wtr-general] Re: Need to display the DIV(h3,p) values in results

2010-12-28 Thread Aditya
No it is not ... the below statement also returns Nill. How do we display the Tag values like H3,P ... in Div? I tried the below : browser.div(:class,"name_address").text this displays complete value in div. But i need to display the values independently. Please let me know. On Tue, Dec 28, 201