[wtr-general] Re: :after? and :before? methods not supported for all elements?

2010-01-22 Thread Jarmo Pertman
On Jan 21, 2:38 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Thu, Jan 21, 2010 at 9:48 AM, Jarmo Pertman jarm...@gmail.com wrote: then there is an example of using :after? (although not :before?, though this is also available) I think :before? is deprecated because it did not

[wtr-general] Re: :after? and :before? methods not supported for all elements?

2010-01-22 Thread Jarmo Pertman
I just had a case where I wanted to check needed fields, for example there's a form something like this: form action='blah' input name='field1' input name='field2' input type='submit' /form now if i press submit, then the form will have an error message something like all necessary fields

[wtr-general] Firefox 3.6

2010-01-22 Thread al3kc
FF3.6 was realized yesterday. Any plans for jssh on new version? -- You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read the following guidelines:

[wtr-general] Re: File Download - Security Warning popup

2010-01-22 Thread orde
Try click_no_wait instead of click on this line: ie.link(:html,/return InstallHelper.clickedDownload()/).click Also, check out: http://wiki.openqa.org/display/WTR/Basic+Authentication Hope it helps. On Jan 22, 2:53 pm, capri capricorn...@gmail.com wrote: Hi, I tried the below code to

[wtr-general] ERROR: Error installing watir:

2010-01-22 Thread Jag
Hi, After installing Ruby 1.8.6 (Also tried 1.9) then followed the steps gem update --system gem install watir getting this error with ruby1.9 ERROR: Error installing watir: ERROR: Failed to build gem native extension. C:/Ruby19/bin/ruby.exe extconf.rb checking for strncpy_s()... ***