[wtr-general] Error while pushing changes to FireWatir

2009-06-26 Thread Angrez Singh
Hi, I got the following error message when I tried to push the change: Pushing to g...@github.com:bret/watir.git To g...@github.com:bret/watir.git ! [rejected]master -> master (non-fast forward) error: failed to push some refs to 'g...@github.com:bret/watir.git' Thoughts? - Angrez --~

[wtr-general] Re: Error while pushing changes to FireWatir

2009-06-26 Thread Željko Filipin
On Fri, Jun 26, 2009 at 12:12 PM, Angrez Singh wrote: > Pushing to g...@github.com:bret/watir.git You are pushing to Bret's fork, and not your own? > error: failed to push some refs to 'g...@github.com:bret/watir.git' This happened to me today (when pushing to my repository). I think my local r

[wtr-general] Re: accessing javascript elements with watir

2009-06-26 Thread kiran
Sorry jian...it is radio button only. Actually the problem with not radio button.I have seen this issue with many objects in my 2 yrs of watir experience. Thank you very much for reply. Thanks, kiran. On Jun 26, 5:58 am, "Ye Jian" wrote: > Hi,Krian > Are you sure to use ie.radio(:name,"abc").s

[wtr-general] Re: Error while pushing changes to FireWatir

2009-06-26 Thread Angrez Singh
> > You are pushing to Bret's fork, and not your own? > I used Git GUI to push. was that correct? > git pull origin master > git push origin master > This worked thanks. Now, one more question how to see the changes that I made? Thanks, Angrez --~--~-~--~~~---~--~--

[wtr-general] Re: Error while pushing changes to FireWatir

2009-06-26 Thread Željko Filipin
On Fri, Jun 26, 2009 at 1:09 PM, Angrez Singh wrote: > I used Git GUI to push. was that correct? Yes, if you have access to Bret's fork (and looks like you have). > Now, one more question how to see the changes that I made? - go to bret/watir (http://github.com/bret/watir/tree/master) - click

[wtr-general] Re: Error while pushing changes to FireWatir

2009-06-26 Thread Angrez Singh
Thanks Željko for your help On Fri, Jun 26, 2009 at 5:01 PM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > On Fri, Jun 26, 2009 at 1:09 PM, Angrez Singh wrote: > > I used Git GUI to push. was that correct? > > Yes, if you have access to Bret's fork (and looks like you have). > > > Now

[wtr-general] Re: Error while pushing changes to FireWatir

2009-06-26 Thread Željko Filipin
On Fri, Jun 26, 2009 at 1:39 PM, Angrez Singh wrote: > Thanks Željko for your help I am also new to Git and Github and I know the pain of being stuck. :) Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Wati

[wtr-general] is it possible the send firefox a new dom?

2009-06-26 Thread jason
does anyone know if it is possible to save the fire fox dom and load it back up again, for examples (pseudo code here) @ff.goto("some_address_some_path") full_dom_dump = @ff.full_dom_dump write_to_file("a_file_on_my_hard_disk", full_dom_dump) @ff.go_do_alot_of_other_stuff then some time later @

[wtr-general] Re: Why Do Exists? Exceptions Occur?

2009-06-26 Thread RubyPal
Hi Bill, I have ran into the same message working with frames. The way I was able to resolve was using a recording tool listed in another thread in this group by Gem Dandy. He says: "If you can't identify the element with the IE Developer toolbar or Firebug (my favorite), Give Webmetrics a try.

[wtr-general] browser.url doesn't seem to work for me with safari on OS X

2009-06-26 Thread m57lyra
I have the following method in a class: def getCurrentUrl u = @browser.url(); #