Re: [wtr-general] Re: Recent Stack Overflow Questions Tagged Watir

2011-03-28 Thread Željko Filipin
http://stackoverflow.com/questions/5440825/browser-contentdocument-is-undefined-jsshsocketjstypeerror-when-popup-is-clos
http://stackoverflow.com/questions/5440669/watir-browser-attach-overwrites-previous-browser-object

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


Re: [wtr-general] Sending bits to parallel port

2011-03-28 Thread Željko Filipin
On Mon, Mar 28, 2011 at 12:00 PM, Ashu ashay.n...@gmail.com wrote:
 My project deals with sending data bits to a port through the parallel
 port.

How is this related to Watir? You are aware this is Watir Google group?

Željko
--
watir.com - community manager
watir.com/book - author
viaqa.mobi conference on software testing - organizer
watirpodcast.com - host
testingpodcast.com - audio podcasts on software testing. all of them

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


[wtr-general] Sending bits to parallel port

2011-03-28 Thread Ashu
Hi,
My project deals with sending data bits to a port through the parallel
port. I am making use of  dlportio.dll. I am referring to an example
provided in http://yueda.issp.u-tokyo.ac.jp/weda/ruby/prnprtLX.rb.
Can anyone please explain me how the code words especially I have
never come across Inpbyte.call(adrs)0xff.
Thanks!

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


[wtr-general] Watir webdriver image download fail on Mac

2011-03-28 Thread Petr Vanuev
Hi I'm trying to download image

ff = Watir::Browser.new :firefox
ff.goto(url)
x = ff.image(:id,'logo')
x.save('/Users/.../1.gif')

but nothing is done. How to store images using watir-webdriver ?

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com