Hi Phil,

You can open internet explorer in kiosk mode using the kiran's method.
Where you can open the explorer only.
Later if  you want to drive the browser, you need to use attach method
for automate the browser.

Follow the send keys method where you can not necessary to open the
browser and attaching the window.

require 'watir'
ie=Watir::IE.start('http://www.google.com')
puts ie.send_keys("{SHIFT}+{F11}")

here when the send key function calls, the browser will tern in to the
kiosk mode. Let me know if you need any further info.

Regards

Siva Phaneendra Krapa
Virtusa

--~--~---------~--~----~------------~-------~--~----~
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: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to