[wtr-general] Re: Connecting Watir to an IE control in a dotnet app?

2009-05-01 Thread mwolfe

I'm trying to do this as well. see my blog for more details:
http://www.wolfewebservices.com/blog/attaching-watir-embedded-ie-browser

On Mar 19, 11:26 pm, Alister Scott alister.sc...@gmail.com wrote:
 Hi David,
 Did you ever get this to work?
 I am trying to do a similar thing with anembeddedIEautomation
 object inside a powerbuilder app.
 Thanks,
 Alister Scotthttp://watirmelon.wordpress.com/

 On Aug 4 2007, 12:26 am, David Pollack davidspoll...@gmail.com
 wrote:

  thanks, we will give this a shot.

  On 8/3/07, Bret Pettichord b...@pettichord.com wrote:

   kyleaschmitt wrote:
Yup.  Theieis hidden inside a windows forms app.  So there is no
iexplore.exe in the process list even.

   If you can get access to the automation object, this will work:

  ie=Watir::IE.new nil
  ie.ie= the_automation_object_from_my_app
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[wtr-general] Re: Connecting Watir to an IE control in a dotnet app?

2009-05-01 Thread Paul Rogers
can you use spy++ to get the hwnd of the brower and attach using that?

Paul

On Fri, May 1, 2009 at 2:06 PM, mwolfe mwolf...@gmail.com wrote:


 I'm trying to do this as well. see my blog for more details:
 http://www.wolfewebservices.com/blog/attaching-watir-embedded-ie-browser

 On Mar 19, 11:26 pm, Alister Scott alister.sc...@gmail.com wrote:
  Hi David,
  Did you ever get this to work?
  I am trying to do a similar thing with anembeddedIEautomation
  object inside a powerbuilder app.
  Thanks,
  Alister Scotthttp://watirmelon.wordpress.com/
 
  On Aug 4 2007, 12:26 am, David Pollack davidspoll...@gmail.com
  wrote:
 
   thanks, we will give this a shot.
 
   On 8/3/07, Bret Pettichord b...@pettichord.com wrote:
 
kyleaschmitt wrote:
 Yup.  Theieis hidden inside a windows forms app.  So there is no
 iexplore.exe in the process list even.
 
If you can get access to the automation object, this will work:
 
   ie=Watir::IE.new nil
   ie.ie= the_automation_object_from_my_app
 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[wtr-general] Re: Connecting Watir to an IE control in a dotnet app?

2009-03-20 Thread Alister Scott

Hi David,
Did you ever get this to work?
I am trying to do a similar thing with an embedded IE automation
object inside a powerbuilder app.
Thanks,
Alister Scott
http://watirmelon.wordpress.com/

On Aug 4 2007, 12:26 am, David Pollack davidspoll...@gmail.com
wrote:
 thanks, we will give this a shot.

 On 8/3/07, Bret Pettichord b...@pettichord.com wrote:



  kyleaschmitt wrote:
   Yup.  The ie is hidden inside a windows forms app.  So there is no
   iexplore.exe in the process list even.

  If you can get access to the automation object, this will work:

  ie = Watir::IE.new nil
  ie.ie = the_automation_object_from_my_app

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---