Re: [Wtr-general] Problem with Logon popup window

2007-02-14 Thread Naga Harish Kanegolla
HI It didn't worked for me according to the faq's... Can u please tell me how 
to do with modal_dialog??
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6489messageID=18669#18669
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


[Wtr-general] how to make Watir hit the 'key', which does a right-click, in the keyboard

2007-02-14 Thread vijay
Hello people,

I do not know how to make Watir hit the key, hitting which is equivalent to 
doing a right click with the mouse, using the 'send' command of Watir.  The 
command, $ie.send({ENTER}), will hit the 'ENTER' key on the keyboard.  
Similarly, I want to hit the 'right-clicking key' but I do not know how to 
denote it in the 'send' command (ie) I do not know what to put inside the 
paranthesis 

p.s:  This right-clicking key is usually present next to the right side 
'Windows' key.

Thanks,
Vijay.
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6545messageID=18670#18670
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] how to make Watir hit the 'key', which does a right-click, in the keybo

2007-02-14 Thread gdx
hi,

[b]maybe [/b]this key is 'VK_SELECT'

but i've not ascii code for this.

maybe soon ...
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6545messageID=18675#18675
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] how to make Watir hit the 'key', which does a right-click, in the keybo

2007-02-14 Thread gdx
hihi,

i'm better than me ^^

ie.send_keys({APPSKEY})
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6545messageID=18678#18678
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] VBScript Fails with Watir

2007-02-14 Thread Bret Pettichord
Federico Vela wrote:
 I know document.all is not the greatest of functions but it is how the 
 application is working currently and I do not have the option of changing the 
 source code... any ideas???

   
Can you show us the watir code that triggers this error?


___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


[Wtr-general] Accessing generated HTML page tags

2007-02-14 Thread minal
Hi,

My page has two frames, each has ASP file, which generates the HTML code for 
the page. I have trouble accessing this code.

 When I do view source on both pages in browser, it shows me HTML I want but 
when I read HTML on this page by  

 doc = ie.document(), 
puts doc.documentelement.outerhtml

it  displays following HTML. How do I get access to correct HTML. I already 
have tried ie.frames, but didn't work.




function CreateCase()
{ window.main.window.location.href = 
../SurveyEditor/IntelligentAlerts/CaseTemplate/CaseFormFrame.asp?RedirectPage=FinishEdit.aspSurveyorID=737SurveyID=2420CloseWindow=False;}

/SCRIPT
/head
frameset border=0 frameborder=0 rows=80, * onResize=PageReload();
  frame name=banner scrolling=no noresize target=contents
  src=DeploySurveyLinks.asp


  frame name=main 
src=../GeneratedSurvey/GeneratedSurveyAppletPanel.asp?SurveyID=2420 
target=main
  noframes
  body
  pThis page uses frames, but your browser doesn't support them./p
  /body
  /noframes
/frameset
/html


Thanks
Minal
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6556messageID=18692#18692
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


[Wtr-general] Why this error and how to supress it?

2007-02-14 Thread sathees
hi
why is this  error occurring and how to suppress it?

W, [15-Feb-2007 09:11:34#2424]  WARN -- : frame error in waitdocument
OLE error code:80070005 in Unknown
  Access is denied.

HRESULT error code:0x80020009
  Exception occurred.

thank you for any help

sathees
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6558messageID=18696#18696
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


[Wtr-general] Fetching variable results with in Div

2007-02-14 Thread sathees
Hi
I am trying to log the results return each time from a search. but I do not 
know how to fetch that and assign to a variable and write them to a xls file.

div id='NowShowingtemplate'
  !-- div id=showingDiv
Now Showing Hotels SHOWINGfrom/SHOWING to 
SHOWINGto/SHOWING of SHOWINGof/SHOWING
  /div--
/div

The total number of hotels found will display in place of in this tag. 
SHOWINGof/SHOWING

please help

thank you

sathees
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6557messageID=18695#18695
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] Problem with Logon popup window

2007-02-14 Thread Naga Harish Kanegolla
So what can i do for logon popup window??
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6489messageID=18697#18697
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


[Wtr-general] Broken link for the web service file.

2007-02-14 Thread barry
This link is broken. Can someone fix this?
http://wtr.rubyforge.org/s101/doc/exercises/web-services-lab.html
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6560messageID=18702#18702
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general