[wtr-general] Re: Delete cookies in Firewatir

2009-11-17 Thread Angrez Singh
:) correct thats the approach. Was discussing with Bret the syntax, method names so that its consistent with IE and FF. - Angrez On Tue, Nov 17, 2009 at 4:44 PM, aidy lewis aidy.le...@googlemail.comwrote: Angrez, Have you included cookie manipulation methods in FireWatir yet? If not I was

[wtr-general] Re: Delete cookies in Firewatir

2009-11-17 Thread aidy lewis
Are you going to take this up then, otherwise I can do it, if you provide your preferred method names. Not sure how we are going to do it in Watir though. Aidy 2009/11/17 Angrez Singh ang...@gmail.com: :) correct thats the approach. Was discussing with Bret the syntax, method names so that

[wtr-general] Re: Delete cookies in Firewatir

2009-11-17 Thread Angrez Singh
thats what I am waiting for method names. Let me discuss with Bret and will let you know you can go ahead and put these methods there. - Angrez On Tue, Nov 17, 2009 at 4:50 PM, aidy lewis aidy.le...@googlemail.comwrote: Are you going to take this up then, otherwise I can do it, if you

[wtr-general] Re: Delete cookies in Firewatir

2009-11-17 Thread aidy lewis
have you seen this by Matt http://sticklebackplastic.com/post/2009/10/20/Advanced-FireWatir-e28093-cheat-sheet.aspx#comment ? Aidy 2009/11/17 Angrez Singh ang...@gmail.com: thats what I am waiting for method names. Let me discuss with Bret and will let you know you can go ahead and put these

[wtr-general] Re: firewatir- I cannot close the second popup.

2009-11-17 Thread Shlomit Gazit
Angrez, Please let me know if you have any new results. On Nov 16, 10:00 am, Shlomit Gazit shlomitpatr...@gmail.com wrote: Pallavi, Angrez hello, Thank you for the replies. I was trying your suggestion: $ff.startClicker(ok) $ff.startClicker(ok) $ff.image(:name, /elete/).click But it

[wtr-general] Re: Issue trying to click on a span element using safariwatir

2009-11-17 Thread Adam Esterline
Hmm... I am not sure why it cannot find the span. Does it seem to only be a problem when finding by text?Can you add an id to that span?Does it work when searching for it by id? Looking for a little more information. AE On Tue, Nov 17, 2009 at 3:57 PM, QAguy qablogm...@gmail.com

[wtr-general] why do i have this error message by using xpath in watir

2009-11-17 Thread Capricorn
Hi all, I'm new here, and I met some problem while I was using Watir gem to automate my testcase. I want to use Watir with xpath, coding like this: require watir @ie = Watir::IE.new @ie.goto(www.g.cn)#google in china @ie.text_field(:xpath,//inp...@name='q']).set 'test' And there comes the

[wtr-general] Re: why do i have this error message by using xpath in watir

2009-11-17 Thread Qiannan Zhang
Yes, the script can go with no wrong or warning message, thank you very much 2009/11/18 jnxgn s...@jnxgn.cn place following in the begin of your scripts: require win32ole WIN32OLE.codepage = WIN32OLE::CP_UTF8 pleas refer to myblog:

[wtr-general] Re: click on item in span

2009-11-17 Thread Raveendran P
Hi Kai, Welcome. Before posting any question please search in existing lists. Please follow it because the same topic available in more than 25 threads. So please search in lists and raise new thread. Thanks On Tue, Nov 17, 2009 at 9:08 PM, Kai kphapa...@gmail.com wrote: This solution worked