[wtr-general] Re: Basic authentication on Linux with FireWatir

2009-10-28 Thread Angrez Singh
I have added the basic authentication mechanism to Firewatir. Its not yet released. Me Bret need to finalize on the syntax, method name etc so that its easier to use both with Watir/Firewatir. - Angrez On Wed, Oct 28, 2009 at 10:28 AM, Raveendran P jazzezr...@gmail.com wrote: Hi Aedorn,

[wtr-general] About ci_reporter

2009-10-28 Thread Capricorn
Does anyone can tell me what is ci_reporter and how to use it ? can you give me some more detail information about ci_reporter? Thank you very much --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General

[wtr-general] Re: About ci_reporter

2009-10-28 Thread Željko Filipin
On Wed, Oct 28, 2009 at 8:26 AM, Capricorn qian...@ecitysky.com wrote: Does anyone can tell me what is ci_reporter http://www.google.com/search?q=ci_reporter Željko -- watir.com - community manager watirpodcast.com - host --~--~-~--~~~---~--~~ You received this

[wtr-general] Re: About ci_reporter

2009-10-28 Thread Qiannan Zhang
so clever you are.But i do not want that.i want some more detail information about ci_reporter On Wed, Oct 28, 2009 at 4:31 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Oct 28, 2009 at 8:26 AM, Capricorn qian...@ecitysky.com wrote: Does anyone can tell me what is

[wtr-general] Re: About ci_reporter

2009-10-28 Thread Željko Filipin
On Wed, Oct 28, 2009 at 9:36 AM, Qiannan Zhang qian...@ecitysky.com wrote: But i do not want that.i want some more detail information about ci_reporter And we are supposed to read your mind? What would you like to know? Isn't that already answered on one of the pages that Google returns? Željko

[wtr-general] Re: How to get browser instance from inside an element?

2009-10-28 Thread Yuriy
Ethan, Bret thanks both of you guys. On Oct 27, 4:51 pm, Bret Pettichord b...@pettichord.com wrote: There is a page_container instance variable that will contain a reference to the browser, or the frame, if the object is in a frame. Bret Yuriy wrote: I have a custom click method in

[wtr-general] Re: About ci_reporter

2009-10-28 Thread Qiannan Zhang
I already saw those web pages that google searched, but those pages are an example or a question, none of those can resolve my question.I aslo do not know what i want. Thanks for your response. On Wed, Oct 28, 2009 at 4:45 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Oct

[wtr-general] Re: Basic authentication on Linux with FireWatir

2009-10-28 Thread Aedorn Varanis
When you do it this way we get a couple of popups. The first being a this could be a trick as the site doesn't require and the second a confirmation. Both which we can't close automatically, it seems. I'll look at the scripting method for Firefox. On Tue, Oct 27, 2009 at 10:58 PM, Raveendran P

[wtr-general] Fire Watir and Get Object Text

2009-10-28 Thread Pallavi Sharma
Hi When i do in firewatir the following: object.text = it returns too many characters, a lot of special characters etc which is causing problem object.innerhtml = returnn blank object.html = returns only the header text. I need to fetch just the text on the object like watir does. Anyone

[wtr-general] Re: About ci_reporter

2009-10-28 Thread Qiannan Zhang
How to display the test results from xml to html? \(^o^)/~ Thanks for reading my question. On Wed, Oct 28, 2009 at 4:57 PM, Qiannan Zhang qian...@ecitysky.com wrote: I already saw those web pages that google searched, but those pages are an example or a question, none of those can resolve my

[wtr-general] Re: About ci_reporter

2009-10-28 Thread Trevor
Qiannan, I do not use it, but try looking at Tiffany's harness at: http://wiki.openqa.org/display/WTR/Excel+Data+Driven+Harness+with+Database+Verifications You may need to modify for your own use as other's have done - searching through this group for ci_reporter may also pick up a few pointers

[wtr-general] Re: watir or selenium

2009-10-28 Thread Jarmo Pertman
Hello, Raveendran. I got confused by the last sentence in your blog You can also express Selenium tests in a programming language, taking advantage of language- specific drivers that communicate in Selenese to the browser bot.. What did you mean by that exactly? I mean, why cannot you express

[wtr-general] Re: About ci_reporter

2009-10-28 Thread Ethan
If you do not know what you want, it is extremely unlikely than anybody here does. Please figure out what you want and ask an actual question. Also note that this group is about Watir, not ci_reporter - if you have questions about using watir with ci_reporter, there are those who may be able to

[wtr-general] Re: watir or selenium

2009-10-28 Thread Pallavi Sharma
Sorry to answer as the question as it is not directed to all I believe what Raveendran means is that with Selenium you can code in your own fav programming language whether its java, perl, ruby, c# etc etc . For each their is a driver available which interacts with selenium RC. But watir works

[wtr-general] IE8 Developer tools

2009-10-28 Thread aidy lewis
IE8 has Developer tools, so we do not need to download extraneous tools. Press F12 and then clicking on the far-left hand arrow will allow you to select and read HTML elements Aidy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[wtr-general] Re: About ci_reporter

2009-10-28 Thread Qiannan Zhang
Thank you for your help,maybe i found wrong place,now i know ci_reporter. On Wed, Oct 28, 2009 at 8:43 PM, Ethan notet...@gmail.com wrote: If you do not know what you want, it is extremely unlikely than anybody here does. Please figure out what you want and ask an actual question. Also note

[wtr-general] Re: About ci_reporter

2009-10-28 Thread Qiannan Zhang
Thank you for your help. 2009/10/28 Trevor ti_ma...@btopenworld.com Qiannan, I do not use it, but try looking at Tiffany's harness at: http://wiki.openqa.org/display/WTR/Excel+Data+Driven+Harness+with+Database+Verifications You may need to modify for your own use as other's have done -

[wtr-general] Re: Basic authentication on Linux with FireWatir

2009-10-28 Thread Chris
On Oct 28, 1:20 am, Angrez Singh ang...@gmail.com wrote: I have added the basic authentication mechanism to Firewatir. Its not yet released. Me Bret need to finalize on the syntax, method name etc so that its easier to use both with Watir/Firewatir. That's cool. I could have used that

[wtr-general] Re: Basic authentication on Linux with FireWatir

2009-10-28 Thread aidy lewis
Angrez, Is that code on github though? Aidy 2009/10/28 Angrez Singh ang...@gmail.com: I have added the basic authentication mechanism to Firewatir. Its not yet released. Me Bret need to finalize on the syntax, method name etc so that its easier to use both with Watir/Firewatir. - Angrez

[wtr-general] Re: Multiple select_list(s) with the same name

2009-10-28 Thread Bret Pettichord
This should also work ie.select_list(:name = select, :after? = ie.h2(:text, Fine Art)).set(Drawing - In A Day) Bret Pallavi Sharma wrote: Have you tried multiple attributes and used index?? ie.select_list(:name = select, :index = 2).set(Drawing - In A Day) Try this. It should solve the

[wtr-general] Re: Basic authentication on Linux with FireWatir

2009-10-28 Thread Angrez Singh
Its in my fork on github. You can have a look. - Angrez On Wed, Oct 28, 2009 at 7:31 PM, aidy lewis aidy.le...@googlemail.comwrote: Angrez, Is that code on github though? Aidy 2009/10/28 Angrez Singh ang...@gmail.com: I have added the basic authentication mechanism to Firewatir. Its

[wtr-general] Re: Basic authentication on Linux with FireWatir

2009-10-28 Thread aidy lewis
What file and methods should I be looking at? Thanks Aidy 2009/10/28 Angrez Singh ang...@gmail.com: Its in my fork on github. You can have a look. - Angrez On Wed, Oct 28, 2009 at 7:31 PM, aidy lewis aidy.le...@googlemail.com wrote: Angrez, Is that code on github though? Aidy

[wtr-general] Re: Basic authentication on Linux with FireWatir

2009-10-28 Thread Angrez Singh
firefox.rb file contains code for basic authentication. On Wed, Oct 28, 2009 at 10:42 PM, aidy lewis aidy.le...@googlemail.comwrote: What file and methods should I be looking at? Thanks Aidy 2009/10/28 Angrez Singh ang...@gmail.com: Its in my fork on github. You can have a look. -

[wtr-general] Re: Click ok on popup

2009-10-28 Thread Shlomit Gazit
I am no longer getting the error but still I need to click manually on the ok popups. On Oct 26, 11:15 am, orde ohil...@gmail.com wrote: Check this out: http://wiki.openqa.org/display/WTR/FAQ#FAQ-HowdoIfixaWIN32OLERuntimeE... Hope that helps. On Oct 26, 10:48 am,ShlomitGazit

[wtr-general] Re: Basic authentication on Linux with FireWatir

2009-10-28 Thread aidy lewis
Sorry Angrez But where is the getWindows method coming from? Aidy 2009/10/28 Angrez Singh ang...@gmail.com: firefox.rb file contains code for basic authentication. On Wed, Oct 28, 2009 at 10:42 PM, aidy lewis aidy.le...@googlemail.com wrote: What file and methods should I be looking at?

[wtr-general] Re: Basic authentication on Linux with FireWatir

2009-10-28 Thread Angrez Singh
getWindows() is method exposed by jssh with gives you all the Firefox windows which are currently opened. Is this what you are asking? Or am I missing something? On Wed, Oct 28, 2009 at 11:50 PM, aidy lewis aidy.le...@googlemail.comwrote: Sorry Angrez But where is the getWindows method

[wtr-general] Re: watir tests are not passing on my environment

2009-10-28 Thread Shlomit Gazit
After restarting the machine, it was working fine. I guess it is cache related. Is there a way to clean cache in the beginning of the test? On Oct 27, 5:04 pm, Shlomit Gazit shlomitpatr...@gmail.com wrote: I had an idea to kill ie process from task manager and it helped for a while, but then

[wtr-general] Re: Click ok on popup

2009-10-28 Thread Alan Baird
Shlomit - You aren't using click_no_wait in your code. You need to read http://wiki.openqa.org/display/WTR/JavaScript+Pop+Ups again. Pay particular attention to Solution #4 and #5. Alan On Wed, Oct 28, 2009 at 1:19 PM, Shlomit Gazit shlomitpatr...@gmail.comwrote: I am no longer getting the

[wtr-general] Re: watir or selenium

2009-10-28 Thread Raveendran P
Hi Jarmo, Thanks Pallavi for your exact answer for Jarmo's question and as well as my paras. Thats why I have mentioned the word -- taking advantage of language-specific drivers of language-specific driverstaking advantage of language-specific drivers Jarmo , Let me know still u need

[wtr-general] Re: Multiple select_list(s) with the same name

2009-10-28 Thread Pallavi Sharma
This after thing is really nice i never knew that do we have a before also? does it works in multi level also like nested elements?? -- Pallavi. On Wed, Oct 28, 2009 at 8:03 PM, Bret Pettichord b...@pettichord.comwrote: This should also work ie.select_list(:name = select, :after? =

[wtr-general] Re: Need help about startClicker

2009-10-28 Thread Bindhu
Hi Zeljko, I am really sorry that I have not clearly described what exactly I want to do in my previous query. There is popup with warning message will appear, if we try to create the customer with the existing customer details. I wanted to click OK to continue with remaning functionality. I am

[wtr-general] Re: Need help about startClicker

2009-10-28 Thread Raveendran P
Hi Bindhu, Sorry for interrupt but may be this will help to solve ur problem. Try with this article -- http:// goog_1256773908603bit.ly/3TbxYr http://bit.ly/3TbxYr and Replace the window name notepad' to your pop-up window name. Thanks On Thu, Oct 29, 2009 at 11:06 AM, Bindhu