Re: [wtr-general] Re: Getting (JsshSocket::JSSyntaxError) Error

2011-06-01 Thread Angrez Singh
can you please post the code that you are executing? On Wed, Jun 1, 2011 at 1:05 PM, Gilberto Velenux Ficara g.fic...@gmail.com wrote: On 31 Mag, 07:38, Amit Bobade amit.sr...@gmail.com wrote: Dear All: I am getting following error while executing the script. Please provide some

Re: [wtr-general] Re: Getting (JsshSocket::JSSyntaxError) Error

2011-06-01 Thread Angrez Singh
-content-set-attch-img').div(:class, 'scroll-main-content-set-center-content-bold').* text.include?(#{variable_name})* On Wed, Jun 1, 2011 at 3:49 PM, Angrez Singh ang...@gmail.com wrote: can you please post the code that you are executing? On Wed, Jun 1, 2011 at 1:05 PM, Gilberto Velenux

Re: [wtr-general] Watir with Telerik Rad Grid

2011-05-02 Thread Angrez Singh
We are new to teleric Radgrid. We need sample code. Please help us. :) nice one Željko. Ranjith we all want to help you. But without code we can't do anything. One thing that you can do is to go through Watir sample codes available at Watir.com If you are using IE 7/8 you can use IE developer

Re: [wtr-general] Jssh Socket error

2011-04-21 Thread Angrez Singh
Which OS you are using? Which Firefox version are you using? - Angrez On Wed, Apr 20, 2011 at 6:01 PM, prathibha m prathibha.a...@gmail.comwrote: I installed ruby 1.8.7 version and gems 1.7.2 version i installed firewatir and also the firefox extension JSSH 0.9 I witten a simple google

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

2011-04-21 Thread Angrez Singh
...@gmail.comwrote: Ubuntu 10.10 OS. FireFox 3.6.16. On Apr 21, 11:01 am, Angrez Singh ang...@gmail.com wrote: Which OS you are using? Which Firefox version are you using? - Angrez On Wed, Apr 20, 2011 at 6:01 PM, prathibha m prathibha.a...@gmail.com wrote: I installed ruby 1.8.7

Re: [wtr-general] Firefox 4 and Firewatir

2011-03-23 Thread Angrez Singh
If someone started building jssh for FF4 would watir keep using it? Why not? But the question is who will take the responsibility to build it? Also, JSSH code has to be updated in case there is change in the way extensions are build in Firefox. There was a change from Firefox 2.x to Firefox

Re: [wtr-general] Firewatir tests

2011-02-01 Thread Angrez Singh
I think you can't run the test cases from installation directory. For running the test cases you have to take entire source code. This is as per my knowledge till I last heard about testcases. Can somebody correct me here if I am wrong? - Angrez On Wed, Feb 2, 2011 at 5:35 AM, Nathan Ramsey

Re: [wtr-general] Please help me with watir-ruby script

2010-11-20 Thread Angrez Singh
can you go through the unit tests for clicking javascript pop ups in firefox. It should be in [watir installation directory]/firewatir/unittests or something like this. - Angrez On Tue, Nov 16, 2010 at 6:26 PM, robin dsouza robin.so...@gmail.com wrote: I used this function def startClicker(

Re: [wtr-general] Re: Get Xpath of Element

2010-09-23 Thread Angrez Singh
For IE: You can use Internet Explorer Developer tool, its inbuilt in Internet Explorer 8. You can launch it by opening IE and then pressing F12 For Firefox: Firebug : https://addons.mozilla.org/en-US/firefox/addon/1843/ XPather : http://xpath.alephzarro.com/ Thanks, Angrez On Thu, Sep 23, 2010

Re: [wtr-general] Jssh for Firefox 4.0 beta3

2010-08-26 Thread Angrez Singh
I think it's a good time for jssh to die +1 I'll try other alternatives. -- 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 To post:

Re: [wtr-general] Jssh for Firefox 4.0 beta3

2010-08-25 Thread Angrez Singh
...@gmail.comwrote: Cool,good luck. On Tue, Aug 24, 2010 at 9:54 PM, Angrez Singh ang...@gmail.com wrote: I'll be working on it. It will take some time may be couple of days. Thanks, Angrez 2010/8/24 Željko Filipin zeljko.fili...@wa-research.ch On Tue, Aug 17, 2010 at 10:19 AM, al3kc aleks.kiev

Re: [wtr-general] Jssh for Firefox 4.0 beta3

2010-08-25 Thread Angrez Singh
Yeah looks like ... lets keep our fingers crossed and hope for the best :). Need to find other way to interact with Firefox. - Angrez On Wed, Aug 25, 2010 at 6:43 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: 2010/8/25 Angrez Singh ang...@gmail.com Tried compiling it got

Re: [wtr-general] Jssh for Firefox 4.0 beta3

2010-08-24 Thread Angrez Singh
I'll be working on it. It will take some time may be couple of days. Thanks, Angrez 2010/8/24 Željko Filipin zeljko.fili...@wa-research.ch On Tue, Aug 17, 2010 at 10:19 AM, al3kc aleks.kiev...@gmail.com wrote: Does any one has jssh for FF4.0? Not yet, as far as I know. All plugins are

Re: [wtr-general] unable to find element using xpath

2010-08-16 Thread Angrez Singh
Hi Goutham, Please check the unit test cases for Watir you'll find example on how to access map/area element using XPath. It should be there in [ruby installation directory]\gems\1.8\firewatir-1.6.5\unittests. Thanks, Angrez On Mon, Aug 16, 2010 at 9:09 AM, goutham mandadi

Re: [wtr-general] Re: Help: cant get jSSH to work on windows 2003

2010-07-21 Thread Angrez Singh
Is the problem still there? Can you make sure you are installing JSSh using administrator privileges? - Angrez On Wed, Jul 21, 2010 at 2:18 AM, Eddie ed...@mattermedia.com wrote: No, there was no firewall. server used only IPsec, and even with IPsec OFF, i still had the problem. I solved it

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

2010-05-17 Thread Angrez Singh
Hi Betsy, Its always easier for someone to help you if you post the relevant HTML code. That ways someone can use the HTML code on their machine to reproduce the issue and provide you with solution. Also, if there is a bug with Watir/Firewatir the same HTML code can be used for adding unit test

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

2010-05-17 Thread Angrez Singh
Does the attached code works for you? - Angrez On Mon, May 17, 2010 at 7:50 PM, Wesley Chen cjq@gmail.com wrote: You have so much page source code. Is it better for other people to read your emails if you attach an attachment? Wesley. For life, the easier, the better. On Mon, May

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

2010-05-17 Thread Angrez Singh
. But my issue still persists.. :( -Betsy Joy On May 17, 7:24 pm, Angrez Singh ang...@gmail.com wrote: Does the attached code works for you? - Angrez On Mon, May 17, 2010 at 7:50 PM, Wesley Chen cjq@gmail.com wrote: You have so much page source code. Is it better for other

Re: [wtr-general] Re: Modal Dialog Boxes and FireWatir

2010-05-12 Thread Angrez Singh
Found the solution to this. Working on getting it to FireWatir. May take day or two. Thanks for your patience. Regards, Angrez On Thu, Apr 29, 2010 at 7:07 AM, Lonny Eachus lon...@gmail.com wrote: I have had some success dealing with the modal download window in Firefox on the Mac, using

Re: [wtr-general] Re: Modal Dialog Boxes and FireWatir

2010-04-28 Thread Angrez Singh
in some comments and click on save. This in turn initiates a simple OK popup. I need to attach to this modal dialog and perform the required actions as well as handle all the popups on the way... Thanks a lot.. -Betsy Joy. On Apr 26, 3:21 pm, Angrez Singh ang...@gmail.com wrote: Hi

Re: [wtr-general] Modal Dialog Boxes and FireWatir

2010-04-26 Thread Angrez Singh
Hi, Can you please separate out that modal code and send us a sample HTML? I'll look into it and try to get some solution. I know handling pop ups is bit tricky and most of the times people face this problem. I'll highly appreciate if you can separate out some code and send that to the list.

Re: [wtr-general] Re: How to use the Firewatir in Mac

2010-04-12 Thread Angrez Singh
) Gecko/20100401 Firefox/3.6.3 Anyone who uses the firewatir in Mac OS 10.6 can give a help? Thanks in advance! On Tue, Apr 6, 2010 at 7:16 PM, Angrez Singh ang...@gmail.com wrote: Please follow the instructions here for using FireWatir: http

Re: [wtr-general] Re: Basic Authentication using FireWatir on Ubuntu Linux

2010-04-07 Thread Angrez Singh
Thanks that was the commit. Will get that and add unit test cases and then merge it to master. On Tue, Apr 6, 2010 at 8:13 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Tue, Apr 6, 2010 at 3:20 PM, Angrez Singh ang...@gmail.com wrote: You got it correct, i couldn't find it on my

Re: [wtr-general] How to use the Firewatir in Mac

2010-04-06 Thread Angrez Singh
Please follow the instructions here for using FireWatir: http://wiki.openqa.org/display/WTR/FireWatir#FireWatir-Installation On Tue, Apr 6, 2010 at 3:13 PM, Yuping Zhong littlezhong...@gmail.comwrote: Dear All, I already install the firewatir and jssh-3.6-OSX. But it is fail to use the

Re: [wtr-general] Re: Basic Authentication using FireWatir on Ubuntu Linux

2010-04-06 Thread Angrez Singh
I have added the basic authentication to Firewatir in my fork, but right now not able to find the code in my local environment. Is there a way to get it back? On Tue, Apr 6, 2010 at 3:48 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Sat, Apr 3, 2010 at 2:20 AM, lothar

Re: [wtr-general] Re: Basic Authentication using FireWatir on Ubuntu Linux

2010-04-06 Thread Angrez Singh
You got it correct, i couldn't find it on my local repository. Yes I did push it to github. On Tue, Apr 6, 2010 at 4:55 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Tue, Apr 6, 2010 at 1:19 PM, Angrez Singh ang...@gmail.com wrote: I have added the basic authentication

Re: [wtr-general] Re: Firefox delays on every link clicked

2010-02-25 Thread Angrez Singh
code on something like Slashdot.org to login and had no problems with delays. On Feb 25, 2010, at 1:43 AM, Angrez Singh wrote: can you post the HTML code? or a link to website you are testing so that we can have a look at it. - Angrez On Wed, Feb 24, 2010 at 11:53 PM, terevos tere

Re: [wtr-general] Re: Firefox delays on every link clicked

2010-02-24 Thread Angrez Singh
can you post the HTML code? or a link to website you are testing so that we can have a look at it. - Angrez On Wed, Feb 24, 2010 at 11:53 PM, terevos tere...@gmail.com wrote: These are my environments: (same problem happening on both) -- Mac: 10.5.8 Ruby 1.8.6 and gem 1.3.5. Firewatir is

[wtr-general] Re: Difference in behaviour of .text method in Watir and FireWatir.

2010-02-10 Thread Angrez Singh
There was another thread on the same issue by somebody else also. The thing is both IE and Firefox implements the 'text' method for elements in different ways. What I would suggest is if you can go and match the HTML content. Let me know if that works. Thanks, Angrez On Wed, Feb 10, 2010 at 1:03

Re: [wtr-general] Re: Firewatir cannot find an element on the page

2010-02-10 Thread Angrez Singh
give more info that how to go to the folder page? Right now,I don't know how to flow to that page. Thanks! -Zhong On Fri, Feb 5, 2010 at 11:35 PM, QAguy qablogm...@gmail.com wrote: Yes.www.motionbox.com Modals are on the folder pages. On Feb 5, 3:08 am, Angrez Singh ang

[wtr-general] Re: Difference in behaviour of .text method in Watir and FireWatir.

2010-02-10 Thread Angrez Singh
could build the wrapper we require. Have a nice day !! Thanks and Regards, Betsy Joy. On 10 February 2010 13:30, Angrez Singh ang...@gmail.com wrote: There was another thread on the same issue by somebody else also. The thing is both IE and Firefox implements the 'text' method

Re: [wtr-general] FireWatir doesn't wait for the page to load after clicking a button

2010-02-10 Thread Angrez Singh
This type of syntax is not yet supported by FireWatir. Also, multiple attributes are not yet supported. Thanks, Angrez On Wed, Feb 10, 2010 at 3:08 PM, Logic Bomb januwa...@yahoo.com wrote: Hi, I need help regarding this issue with FireWatir. This is just a simple program but I always

Re: [wtr-general] Re: Watir ads at stackoverflow.com

2010-02-08 Thread Angrez Singh
Same 15 reputation required. I created stackoverflow account and then associated it with meta.stackoverflow account but didn't get 100 reputation. Željko, Any ideas? On Mon, Feb 8, 2010 at 3:02 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Fri, Feb 5, 2010 at 1:13 PM, Željko

Re: [wtr-general] Re: Questiona about Watir in Mac with Firefox 3.6

2010-02-07 Thread Angrez Singh
I think you need to install the JSSh plugin in Firefox 3.5 as Administrator. Can you make sure you have installed the plugin with administrator privileges. - Angrez On Sat, Feb 6, 2010 at 1:22 PM, Alister Scott alister.sc...@gmail.comwrote: Hi, You can use Firefox 3.5 until someone compiles

Re: [wtr-general] Re: Firewatir cannot find an element on the page

2010-02-05 Thread Angrez Singh
Is it something that we can see online? I mean is there a website on which you are testing? On Fri, Feb 5, 2010 at 3:30 AM, QAguy qablogm...@gmail.com wrote: The first on didn't work. I tried the second one you provided: browser.div(:for, folder_name).text_field(:id,folder_name).set(Watir

Re: [wtr-general] row_count usage

2010-02-05 Thread Angrez Singh
row_count() is a method that you can use on Table object and not on Firefox object. So correct usage is : $browser.table(id:, 'table id').row_count() On Fri, Feb 5, 2010 at 7:17 AM, Naga ravikus...@gmail.com wrote: Hello, I get the following error when trying to get the row count in a

Re: [wtr-general] Do Send_Keys works in Mac???

2010-02-02 Thread Angrez Singh
As of now, FireWatir doesn't support send_keys method. On Tue, Feb 2, 2010 at 4:18 PM, Yuping Zhong littlezhong...@gmail.comwrote: Dear, I try to use the Send_Keys in Mac,just as in windows,but looks like it doesn't work. Do Safariwatir or Firewatir support this function in Mac?If so,how

Re: [wtr-general] Firewatir cannot find an element on the page

2010-02-02 Thread Angrez Singh
What do you mean by site modal? Is the text_field inside frame? On Tue, Feb 2, 2010 at 9:59 PM, QAguy qablogm...@gmail.com wrote: I am trying to enter data into a modal window from my site. Here is the site code: label class= text_field for=folder_nameOr, move to a new folder:/labelinput

Re: [wtr-general] .text method in Watir and FireWatir

2010-02-01 Thread Angrez Singh
Surely, will look into this. Can you open a JIRA ticket for the same? On Tue, Feb 2, 2010 at 11:26 AM, Betsy joybe...@gmail.com wrote: The .text method returns the complete text of an object including the text of the child objects if any in watir but in FireWatir, the same method behaves

Re: [wtr-general] Firewatir rpxnow

2010-01-26 Thread Angrez Singh
Can you post the HTML code? Also, is this link is inside the FRAME? On Tue, Jan 26, 2010 at 6:50 PM, Gimle toni.k.aittoni...@gmail.com wrote: Hello all. I have a question regarding accessing the elements in remote-javascript generated content on a page. It would appear that these created

Re: [wtr-general] Firefox 3.6

2010-01-24 Thread Angrez Singh
I'll post the updated JSSh XPI soon on watir list. Thanks, Angrez On Fri, Jan 22, 2010 at 7:32 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Fri, Jan 22, 2010 at 2:38 PM, al3kc aleks.kiev...@gmail.com wrote: FF3.6 was realized yesterday. Any plans for jssh on new version?

Re: [wtr-general] Re: fire_event not fired in firewatir

2010-01-18 Thread Angrez Singh
There is unittest which does the same it works. Which FireWatir version are you using? On Mon, Jan 18, 2010 at 7:14 PM, ad codetest...@gmail.com wrote: I included this function in the class Element inside the module FireWatir. When I debugged my script I see that this function is never

Re: [wtr-general] Linux Firefox/JSSH issue

2010-01-18 Thread Angrez Singh
Not in watir-webdriver but in FireWatir. On Tue, Jan 19, 2010 at 1:03 AM, Aedorn Varanis aed...@gmail.com wrote: Unit tests in watir-webdriver? On Sun, Jan 17, 2010 at 11:59 PM, Angrez Singh ang...@gmail.com wrote: For clicking javascript popup there are methods which does the same. You

Re: [wtr-general] Linux Firefox/JSSH issue

2010-01-17 Thread Angrez Singh
For clicking javascript popup there are methods which does the same. You can go ahead and see the unit tests for the same. - Angrez On Sat, Jan 16, 2010 at 1:40 AM, Aedorn Varanis aed...@gmail.com wrote: Is there a way to click javascript popup window buttons? I see no click_no_wait command,

Re: [wtr-general] How do I submit a patch?

2010-01-17 Thread Angrez Singh
Which FireWatir version are you using? It has been fixed in 1.6.5 - Angrez On Sun, Jan 17, 2010 at 3:11 AM, abhinay abhinay.me...@gmail.com wrote: The class FireWatir::Element is missing the following method: def window_var window end Without this method I couldn't fire mouse

Re: [wtr-general] Re: XPath Support in Frame

2010-01-14 Thread Angrez Singh
, it points to the other place, which crosses the domain, so we have no access. Thanks. Wesley Chen. For life, the easier, the better. On Mon, Jan 11, 2010 at 2:36 PM, Angrez Singh ang...@gmail.com wrote: Thanks a lot for the HTML source .. it is sufficient. Will look

Re: [wtr-general] Re: Reading HTML objects CSS properties in Firefox

2010-01-13 Thread Angrez Singh
Wonderful .. can you create a patch and send to it? Or you can create a JIRA ticket for the same and send this code in comment. will add this to FireWatir. Thanks, Angrez On Wed, Jan 13, 2010 at 3:09 PM, basu bas.go...@gmail.com wrote: I tried something like this , it works for me :) class

Re: [wtr-general] Automatic Updates of Mozilla Firefox

2010-01-05 Thread Angrez Singh
I agree its bit difficult with updates. But there will be a compatible JSSh xpi for Firewatir (atleast on windows) as soon as a new version comes. You can check the latest Jssh XPI at:

Re: [wtr-general] Re: Fwd: Regarding Getting Page Text in Watir and FireWatir

2010-01-04 Thread Angrez Singh
if there is any help I could provide or research on. Thanks for looking into the issue once again and wish you a happy new year. Rgds Pallavi. On Thu, Dec 31, 2009 at 3:31 PM, Angrez Singh ang...@gmail.com wrote: The thing is this even if I add line break for br tag while fetching text, it might

Re: [wtr-general] Re: Fwd: Regarding Getting Page Text in Watir and FireWatir

2009-12-31 Thread Angrez Singh
using textContext. Thanks Regards, KK On Thu, Dec 31, 2009 at 12:55 PM, Angrez Singh ang...@gmail.com wrote: Actually for your HTML code the result returned by Firewatir is as per the W3C standard. Check this link: https://bugzilla.mozilla.org/show_bug.cgi?id=316063 I am working on how

Re: [wtr-general] Re: Fwd: Regarding Getting Page Text in Watir and FireWatir

2009-12-31 Thread Angrez Singh
you would do? Rgds Pallavi. On Thu, Dec 31, 2009 at 2:50 PM, Angrez Singh ang...@gmail.com wrote: For benefit of others I am adding watir-general group as well. http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-textContent If you see the standards for getting the text of body element

Re: [wtr-general] Re: Fwd: Regarding Getting Page Text in Watir and FireWatir

2009-12-30 Thread Angrez Singh
I'll look into this issue. - Angrez On Thu, Dec 31, 2009 at 10:40 AM, Krishna saradka krishna.sara...@gmail.com wrote: br by virtue should break the line and what you observe while running in ie is correct. May be that firewatir is not treating it that way. [I have not explored firewatir to

Re: [wtr-general] Re: Fwd: Regarding Getting Page Text in Watir and FireWatir

2009-12-30 Thread Angrez Singh
...@gmail.comwrote: Thanks Angrez. Rgds Pallavi. On Thu, Dec 31, 2009 at 11:18 AM, Angrez Singh ang...@gmail.com wrote: I'll look into this issue. - Angrez On Thu, Dec 31, 2009 at 10:40 AM, Krishna saradka krishna.sara...@gmail.com wrote: br by virtue should break the line and what you

Re: [wtr-general] XPath and IE

2009-12-29 Thread Angrez Singh
Can you post the HTML? Why are you using XPath for accessing elements? - Angrez On Tue, Dec 29, 2009 at 3:28 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Tue, Dec 29, 2009 at 10:55 AM, Josh Moore joshsmo...@gmail.com wrote:

Re: [wtr-general] XPath and IE

2009-12-29 Thread Angrez Singh
://groups.google.com/group/watir-general On Dec 29, 2009, at 6:33 PM, Angrez Singh wrote: Can you post the HTML? Why are you using XPath for accessing elements? - Angrez On Tue, Dec 29, 2009 at 3:28 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Tue, Dec 29, 2009 at 10:55 AM, Josh

Re: [wtr-general] Difficulty installing Watir (needs make); slow performance with FireWatir

2009-12-29 Thread Angrez Singh
I have heard a lot about Firewatir slowing up entering the text in textbox control. While running unit test cases i was not able to reproduce it. May be if you can send a working code which I can run on my machine, I'll look into what is causing the problem. Thanks, Angrez On Tue, Dec 29, 2009

Re: [wtr-general] Re: Firefox JJSH for 64-bit Windows 7?

2009-12-22 Thread Angrez Singh
: Hi Angrez, It looks like I need Visual Studio to make the build. Can I use Visual Studio Express? -George On Dec 21, 12:03 am, Angrez Singh ang...@gmail.com wrote: You can also see this link: http://wiki.openqa.org/display/WTR/FireWatir+Installation there is a section for compiling

Re: [wtr-general] Firefox JJSH for 64-bit Windows 7?

2009-12-21 Thread Angrez Singh
-extensions=default,jssh,webservices ac_add_options --enable-application=browser - Angrez On Mon, Dec 21, 2009 at 1:14 PM, Yuping Zhong littlezhong...@gmail.comwrote: I want to compile Firefox in my Mac. Can you provide more info about that? Thanks. On Mon, Dec 21, 2009 at 3:38 PM, Angrez Singh

Re: [wtr-general] Firefox JJSH for 64-bit Windows 7?

2009-12-21 Thread Angrez Singh
You can also see this link: http://wiki.openqa.org/display/WTR/FireWatir+Installation there is a section for compiling JSSh along with the help links. - Angrez On Mon, Dec 21, 2009 at 1:31 PM, Angrez Singh ang...@gmail.com wrote: Use instructions provided here for setting up the pre

Re: [wtr-general] Save image in Firefox

2009-12-21 Thread Angrez Singh
As of now FireWatir doesn't support saving a image. You can open a JIRA ticket for the same. - Angrez On Sat, Dec 19, 2009 at 2:42 AM, hliauw hli...@gmail.com wrote: Hi all, Does firewatir support image(...).save like in ie? I have been testing on ie for a while, and have a need to test

Re: [wtr-general] Firefox JJSH for 64-bit Windows 7?

2009-12-20 Thread Angrez Singh
You need to compile Firefox with JSSh on 64 bit machine and then need to generate the XPI. If anyone is willing to compile Firefox on his/her machine let me know I can provide the links for the same. - Angrez On Sun, Dec 20, 2009 at 7:56 AM, Yuping Zhong littlezhong...@gmail.comwrote: Hi,

[wtr-general] Re: Accessing a overlay popup

2009-11-23 Thread Angrez Singh
Hi Soori, Think if somebody has posted the same question, will you be able to help him without knowing what he had tried, what ruby code he's using, whats the HTML of the page, whats the HTML of the pop up? This will be information that you'll require to help some one else. So everybody on the

[wtr-general] Re: Delete cookies in Firewatir

2009-11-18 Thread Angrez Singh
the cookiemanager for? Bret Angrez Singh wrote: Yes, I have seen that preety interesting stuff. Need to see what all we can make into FireWatir. On Tue, Nov 17, 2009 at 4:57 PM, aidy lewis aidy.le...@googlemail.com mailto:aidy.le...@googlemail.com wrote: have you seen this by Matt http

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

2009-11-18 Thread Angrez Singh
= WindowHelper.new $helper.push_confirm_button_ok() It is not always clicking the popups so sometimes I have to click on either of the popups manually, and the test is waiting for the click. But basically it is not breaking the test. On Nov 16, 4:06 am, Angrez Singh ang...@gmail.com wrote

[wtr-general] Re: Delete cookies in Firewatir

2009-11-18 Thread Angrez Singh
will be just doing the FireWatir ones, as I am unsure on what method we should use for Watir. Will start with and include tests. Aidy 2009/11/18 Angrez Singh ang...@gmail.com: How about this: browser.set_cookie(:name = name, :value = value) browser.delete_cookie(:name = name

[wtr-general] Re: Delete cookies in Firewatir

2009-11-18 Thread Angrez Singh
Bret proposed the following syntax or method names via Google Wave, so we should stick to this: Browser#cookies (get cookies as ruby array of hashes) Browser#add_cookie(opts) where opts is a hash of :name, :value, :path, :secure and :name/:value will raise ArgumentError if not supplied

[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 Angrez Singh
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 its consistent with IE and FF. - Angrez On Tue, Nov 17, 2009

[wtr-general] Re: JSSH on FF 3.0.14 [Solved]

2009-11-16 Thread Angrez Singh
Thanks for all your efforts. Much appreciated. - Angrez On Mon, Nov 16, 2009 at 4:43 PM, Alexandre neonoe123...@gmail.com wrote: Le lundi 16 novembre de l'année 2009, vers 15 heures et 15 minutes, Angrez Singh écrivait: Glad to see that you solved it yourself. Can you post this to wiki so

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

2009-11-16 Thread Angrez Singh
in separate threads but both invoked at the same time. -- Pallavi. On Mon, Nov 16, 2009 at 3:17 PM, Angrez Singh ang...@gmail.com wrote: It would be bit tricky to handle the second pop up. I'll try here at my end and if possible will come up with some solution, but as of now it might

[wtr-general] Re: JSSH on FF 3.0.14

2009-11-12 Thread Angrez Singh
Did you tried using Latest version of Firefox 3.5 along with the JSSh for 3.5? Also are you an administrator while installing the extension? - Angrez On Thu, Nov 12, 2009 at 3:08 PM, Alexandre neonoe123...@gmail.com wrote: Le mardi 10 novembre de l'année 2009, vers 11 heures et 08 minutes,

[wtr-general] Re: JSSH on FF 3.0.14

2009-11-12 Thread Angrez Singh
But as user, it was ok with my previous computer... Can you tell what are you doing different this time? - Angrez --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send

[wtr-general] Re: FireWatir status method gives error in 1.6.5

2009-11-12 Thread Angrez Singh
I can commit the fix and will also add unit test for the same. Thanks, Angrez On Thu, Nov 12, 2009 at 9:08 PM, Bret Pettichord b...@pettichord.comwrote: We also need to add a unit test for the status method. I know we have one for the IE status method. Bret Bret Pettichord wrote: Thanks

[wtr-general] Re: IRB Console

2009-11-10 Thread Angrez Singh
Why are you using Watir 1.4.1 when 1.6.5 rc2 is already out. Check this link for more details on installation: http://wiki.openqa.org/display/WTR/Development+Builds* - *Angrez On Tue, Nov 10, 2009 at 8:00 PM, tester86 sagar.am...@gmail.com wrote: In IRB I get the following message and

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

2009-11-10 Thread Angrez Singh
that successfully in windows Regards, Amol Khawre On Oct 30, 12:35 am, Angrez Singh ang...@gmail.com wrote: Thats great. I used it only on windows so it works on Linux as well. Happy to help - Angrez On Fri, Oct 30, 2009 at 12:38 AM, Aedorn Varanis aed...@gmail.com wrote: Internet

[wtr-general] Re: Table row

2009-11-03 Thread Angrez Singh
It would be best if you could post the relevant HTML code and ruby code that you tried. No one can help you without seeing your HTML code and ruby code. Make sure whenever you post any question here tell us what all you tried and what is your HTML code? Thanks, Angrez On Tue, Nov 3, 2009 at

[wtr-general] Re: Firefox 3.5 and Auto it and FireWatir

2009-11-02 Thread Angrez Singh
1. I am using Firewatir to work on Firefox 3.5, coz somehow my test runs get stuck on FF 3.0 i dont know why This should not happen. Can you let me know what is not working? 2. I need to use auto it directly as some popups come which's title i dont know before han so i need to use

[wtr-general] Re: Firefox 3.5 and Auto it and FireWatir

2009-11-02 Thread Angrez Singh
else to debug this? On Mon, Nov 2, 2009 at 4:15 PM, Angrez Singh ang...@gmail.com wrote: 1. I am using Firewatir to work on Firefox 3.5, coz somehow my test runs get stuck on FF 3.0 i dont know why This should not happen. Can you let me know what is not working? 2. I need to use auto

[wtr-general] Re: Firefox 3.5 and Auto it and FireWatir

2009-11-02 Thread Angrez Singh
it. But this works only on IE and not on FireFox. The winclicker is not working with regular expression. Can you please send me the winclicker code which works with Regular expression if you can please, would be grateful. -- Thanks Pallavi. On Mon, Nov 2, 2009 at 5:17 PM, Angrez Singh ang

[wtr-general] Re: Firefox 3.5 and Auto it and FireWatir

2009-11-02 Thread Angrez Singh
/head body input type=button onclick=show_confirm() value=Show confirm box / /body /html Thanks for looking into this issue -- Pallavi. On Mon, Nov 2, 2009 at 9:36 PM, Angrez Singh ang...@gmail.com wrote: Can't see your HTML code file? Can you attache that again? - Angrez On Mon

[wtr-general] Re: How to turn to another newline when input the info in the textarea?

2009-10-29 Thread Angrez Singh
try this: @browser.text_field,(ld...).set(Hello,\\nHappy new year) - Angrez On Thu, Oct 29, 2009 at 2:47 PM, yuping zhong littlezhong...@gmail.comwrote: Hi, Fill some info in the textarea,I use \n to turn to a newline. But it doesn't work. Such as:

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

2009-10-29 Thread Angrez Singh
that now. Thanks Angrez, works perfectly! On Thu, Oct 29, 2009 at 7:58 AM, Chris christopher.mcma...@gmail.comwrote: FWIW: http://chrismcmahonsblog.blogspot.com/2006/05/internet-explorer-basic-authorization.html On Oct 28, 1:20 am, Angrez Singh ang...@gmail.com wrote: I have added

[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] 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 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: Basic authentication on Linux with FireWatir

2009-10-28 Thread Angrez Singh
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? Thanks Aidy 2009/10/28 Angrez Singh

[wtr-general] Re: FireWatir Issue with Regular expressions

2009-10-27 Thread Angrez Singh
upgrade firewatir now. On Mon, Oct 26, 2009 at 3:50 PM, Angrez Singh ang...@gmail.com wrote: Not sure about that. Which Firewatir version are you using? On Mon, Oct 26, 2009 at 3:41 PM, Pallavi Sharma write2pall...@gmail.comwrote: The version on which we are checking is Firefox 3.0, maybe

[wtr-general] Re: Error occured while working with firefox browser

2009-10-26 Thread Angrez Singh
Which JSSh extension you have installed and from where? - Angrez On Sun, Oct 25, 2009 at 5:31 PM, rrash586 rrash...@gmail.com wrote: Hi All, I want to use Firefox browser for testing one of the webpplication. But after following all the steps mentioned on link mentioned below

[wtr-general] Re: Error occured while working with firefox browser

2009-10-26 Thread Angrez Singh
I agree with you .. all I wanted is to make the project read only in google code and move everything to openqa - Angrez On Mon, Oct 26, 2009 at 2:38 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Oct 26, 2009 at 7:44 AM, Angrez Singh ang...@gmail.com wrote: Which JSSh

[wtr-general] Re: FireWatir Issue with Regular expressions

2009-10-26 Thread Angrez Singh
Your code works for me. I am using Firewatir 1.6.5rc2 with Firefox 3.5.3 - Angrez On Mon, Oct 26, 2009 at 2:17 PM, Pallavi Sharma write2pall...@gmail.comwrote: Hi I have a weird situation where the Fire-watir sometimes work very smoothly with the scripts involving regular expression to

[wtr-general] Re: FireWatir Issue with Regular expressions

2009-10-26 Thread Angrez Singh
...@gmail.comwrote: Hi Angrez So can it be a possibility that this might fail with other firewatir and firefox versions? Please let me know. Thanks Pallavi. On Mon, Oct 26, 2009 at 3:04 PM, Angrez Singh ang...@gmail.com wrote: Your code works for me. I am using Firewatir 1.6.5rc2 with Firefox

[wtr-general] Re: Error occured while working with firefox browser

2009-10-26 Thread Angrez Singh
On Oct 26, 2:37 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Oct 26, 2009 at 10:33 AM, Angrez Singh ang...@gmail.com wrote: all I wanted is to make the project read only in google code and move everything to openqa Sure, I will reply in another thread about what to do

[wtr-general] Re: Running FF with JSSH

2009-10-24 Thread Angrez Singh
on unknown method attach. On Oct 23, 9:11 am, Angrez Singh ang...@gmail.com wrote: I think it will automatically open a new Firefox instance with JSSH when you run the test. - Angrez On Fri, Oct 23, 2009 at 8:43 PM, Shlomit Gazit shlomitpatr...@gmail.com wrote: Angrez hello

[wtr-general] Re: Running FF with JSSH

2009-10-23 Thread Angrez Singh
because only one instance allowed running firewatir. How should it work? Shlomit == 2 of 2 == Date: Fri, Oct 23 2009 12:02 am From: Angrez Singh Which OS are you using? As far as I know, when you run Firefox test in opens up a new Firefox instance with JSSh enabled. Never ran the test

[wtr-general] Re: Help required regarding link method

2009-10-22 Thread Angrez Singh
can you try this? Browser.link(:xpath,//i...@title='Photogallerysanity']/a).flash() or click() - Angrez On Thu, Oct 22, 2009 at 5:03 PM, Amit Kulkarni amitkkulkarni...@gmail.comwrote: I also tried to use using Xpath. i.e.

[wtr-general] Re: firewatir not able to recognise the text box

2009-10-22 Thread Angrez Singh
Can you post the HTML and your ruby code for the same? On Thu, Oct 22, 2009 at 5:14 PM, arihan sinha arihan.si...@googlemail.comwrote: Hi All, When i am running the ruby test from eclipse , the text box in the firefox is not getting recognised because of id=advSearchFirstSearchTerm

[wtr-general] Re: firewatir not able to recognise the text box

2009-10-22 Thread Angrez Singh
if you need anything else. Thanks Arihan On Thu, Oct 22, 2009 at 1:58 PM, Angrez Singh ang...@gmail.com wrote: Can you post the HTML and your ruby code for the same? On Thu, Oct 22, 2009 at 5:14 PM, arihan sinha arihan.si...@googlemail.com wrote: Hi All, When i am running the ruby

[wtr-general] Re: Close All browsers and Firewatir

2009-10-09 Thread Angrez Singh
I'll implement one for this. Should be a easy task to do. On Fri, Oct 9, 2009 at 2:08 AM, orde ohil...@gmail.com wrote: According to this page, there's no close_all method for firewatir: http://wiki.openqa.org/display/WTR/Firewatir+Compatibility Could be out of date, though... On Oct 7,

[wtr-general] Re: FireWatir and FileDownload

2009-10-08 Thread Angrez Singh
Right now if you are using FireWatir on Windows you can use AutoIT to interact with the windows dialog. Its trial error I don't have much idea about how to go about it (AutoIT). Thanks, Angrez On Wed, Oct 7, 2009 at 6:38 PM, Pallavi Sharma write2pall...@gmail.comwrote: Hi All How can i do

[wtr-general] Re: How to ensure Firewatir always opens with the jssh

2009-10-08 Thread Angrez Singh
If you are opening it via Firewatir it will always open with JSSh enabled. Else you can use the following command: [Firefox Installation Directory]\firefox.exe -jssh - Angrez On Thu, Oct 8, 2009 at 12:29 PM, Pallavi Sharma write2pall...@gmail.comwrote: Hi Can anyone here tell me how can i

  1   2   3   >