[wtr-general] Access to dojopopupmenu2

2010-03-08 Thread barb
Also thanks for maintaining a group on this topic. Thanks in Advance. Barb Here is the script thus far it all works. require 'watir' browser = Watir::Browser.start "http://##.##.#.##/foo/"; browser.text_field(:name, "j_username").set("name1") browser.text_f

[wtr-general] Re: Access to dojopopupmenu2

2010-03-09 Thread barb
;dojoPopupMenu2').fire_event("onrightclick") but received the following Watir::Exception::UnknownObjectException: Unable to locate element, using {:class=>"dojoPopupMenu2"} I tried using the a comma after class as well and received the same message. On Mar 9, 4:22 am, Željko Filip

[wtr-general] Re: Access to dojopopupmenu2

2010-03-09 Thread barb
ght click? Why? > element_by_xpath is not a good method to locate an element. > > Wesley. > For life, the easier, the better. > > On Tue, Mar 9, 2010 at 4:56 AM, barb wrote: > > > equiv="Content-Type" content="text/html; charset=windows-1252"&

[wtr-general] Re: Access to dojopopupmenu2

2010-03-09 Thread barb
Here is some additional code I am not sure if this will help. Again thanks... I have tried what has been suggested but I am just not seeing it and all the developers are out of pocket for a few days. Save Revert On Mar 8, 3:56 pm, barb wrote: > Hi, >  

[wtr-general] Screen Capture error

2010-03-17 Thread barb
Hi, I have written a quick little program to see how to use screen_capture and am having an error condition that I am not able to resolve. I suspect it is an easy fix.I will share the code from the program and command line error generated. Thanks in advance. =

[wtr-general] Re: Screen Capture error

2010-03-17 Thread barb
all(vkKeyScan.Call('F'.getbyte(0)), 1, 0, 0) > and so on. > > On Tue, Mar 16, 2010 at 19:28, barb wrote: > > Hi, > >  I have written a quick little program to see how to use > > screen_capture and am having an error condition that I am not able to > > resol